diff --git a/examples/preact-kitchen-sink/src/stories/__snapshots__/addon-centered.stories.storyshot b/examples/preact-kitchen-sink/src/stories/__snapshots__/addon-centered.stories.storyshot
index 66553138396..433db7c4e98 100644
--- a/examples/preact-kitchen-sink/src/stories/__snapshots__/addon-centered.stories.storyshot
+++ b/examples/preact-kitchen-sink/src/stories/__snapshots__/addon-centered.stories.storyshot
@@ -1,9 +1,43 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Storyshots Addons|Centered Button 1`] = `
-
+ },
+ },
+ "ref": undefined,
+ "type": "div",
+}
`;
diff --git a/examples/preact-kitchen-sink/src/stories/__snapshots__/welcome.stories.storyshot b/examples/preact-kitchen-sink/src/stories/__snapshots__/welcome.stories.storyshot
index 6424cb79bb7..337a8e9b02a 100644
--- a/examples/preact-kitchen-sink/src/stories/__snapshots__/welcome.stories.storyshot
+++ b/examples/preact-kitchen-sink/src/stories/__snapshots__/welcome.stories.storyshot
@@ -1,224 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Addons|Actions Action And Method 1`] = `
-
- Click me to log the action
-
-`;
-
-exports[`Storyshots Addons|Actions Action Only 1`] = `
-
- Click me to log the action
-
-`;
-
-exports[`Storyshots Addons|Actions Multiple Actions 1`] = `
-
- (Double) click me to log the action
-
-`;
-
-exports[`Storyshots Addons|Actions Multiple Actions Object 1`] = `
-
- (Double) click me to log the action
-
-`;
-
-exports[`Storyshots Addons|Backgrounds Example 1 1`] = `
-
- You should be able to switch backgrounds for this story
-
-`;
-
-exports[`Storyshots Addons|Backgrounds Example 2 1`] = `
-
- This one too!
-
-`;
-
-exports[`Storyshots Addons|Centered Button 1`] = `
-Object {
- "__b": 0,
- "__c": null,
- "__e": null,
- "__k": null,
- "__p": null,
- "constructor": undefined,
- "key": undefined,
- "l": null,
- "props": Object {
- "children": Object {
- "__b": 0,
- "__c": null,
- "__e": null,
- "__k": null,
- "__p": null,
- "constructor": undefined,
- "key": undefined,
- "l": null,
- "props": Object {
- "children": VNode {
- "attributes": undefined,
- "children": Array [
- "A button",
- ],
- "key": undefined,
- "nodeName": [Function],
- },
- "style": Object {
- "margin": "auto",
- "maxHeight": "100%",
- },
- },
- "ref": undefined,
- "type": "div",
- },
- "style": Object {
- "alignItems": "center",
- "bottom": "0",
- "display": "flex",
- "left": "0",
- "overflow": "auto",
- "position": "fixed",
- "right": "0",
- "top": "0",
- },
- },
- "ref": undefined,
- "type": "div",
-}
-`;
-
-exports[`Storyshots Addons|Contexts Simple Css Theming 1`] = `
-
-
- I'm a children of the injected 'div' (where provides a theming context).
-
-
-`;
-
-exports[`Storyshots Addons|Knobs All Knobs 1`] = `
-
-
- My name is Jane,
-
-
- today is January 20, 2017
-
-
- I have a stock of 20 apples, costing $2.25 each.
-
-
- Also, I have:
-
-
-
- Laptop
-
-
- Book
-
-
- Whiskey
-
-
-
- Nice to meet you!
-
-
-`;
-
-exports[`Storyshots Addons|Knobs Simple 1`] = `
-
- I am John Doe and I'm 44 years old.
-
-`;
-
-exports[`Storyshots Addons|Links Go To Welcome 1`] = `
-
- This button links to Welcome
-
-`;
-
-exports[`Storyshots Addons|Notes Note With Html 1`] = `
-
-
- 🤔😳😯😮
-
-
-
- 😄😩😓😱
-
-
-
- 🤓😑😶😊
-
-
-`;
-
-exports[`Storyshots Addons|Notes Simple Note 1`] = `
-
-
- Etiam vulputate elit eu venenatis eleifend. Duis nec lectus augue. Morbi egestas diam sed vulputate mollis. Fusce egestas pretium vehicula. Integer sed neque diam. Donec consectetur velit vitae enim varius, ut placerat arcu imperdiet. Praesent sed faucibus arcu. Nullam sit amet nibh a enim eleifend rhoncus. Donec pretium elementum leo at fermentum. Nulla sollicitudin, mauris quis semper tempus, sem metus tristique diam, efficitur pulvinar mi urna id urna.
-
-
-`;
-
-exports[`Storyshots Button With Some Emoji 1`] = `
-
-
- 😀 😎 👍 💯
-
-
-`;
-
-exports[`Storyshots Button With Text 1`] = `
-
- Hello Button
-
-`;
-
exports[`Storyshots Welcome To Storybook 1`] = `