diff --git a/app/vue/src/client/preview/render.js b/app/vue/src/client/preview/render.js index 665dba747d5..ae5e4cf1611 100644 --- a/app/vue/src/client/preview/render.js +++ b/app/vue/src/client/preview/render.js @@ -67,6 +67,8 @@ export function renderMain(data, storyStore) { // https://github.com/storybooks/react-storybook/issues/81 previousKind = selectedKind; previousStory = selectedStory; + } else { + return; } const context = { diff --git a/docs/pages/addons/addon-gallery/index.md b/docs/pages/addons/addon-gallery/index.md index fabe6b184c9..af3069156c8 100644 --- a/docs/pages/addons/addon-gallery/index.md +++ b/docs/pages/addons/addon-gallery/index.md @@ -110,6 +110,10 @@ Wrap your stories with the Apollo client for mocking GraphQL queries/mutations. Save the screenshot image of your stories. via [Puppeteer](https://github.com/GoogleChrome/puppeteer). +### [Styles](https://github.com/Sambego/storybook-styles) + +Add ability to customize styles in the story preview area + ### [Figma](https://github.com/hharnisc/storybook-addon-figma) Embed [Figma](https://figma.com) designs in a storybook panel.