// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`can be rendered with a non empty stack 1`] = `"
some client action
"`; exports[`can be rendered with an empty stack 1`] = `"
"`; exports[`content is updated properly when new props are given 1`] = `"
some client action
"`;