We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure preview export a default function:
const preview = { parameters: {}, } const fn = () => preview; Object.assign(fn, preview); export default fn;
And adjust the preview annotation loading to call this function for CSF3 stories:
storybook/code/builders/builder-webpack5/templates/virtualModuleModernEntry.js
Lines 8 to 22 in c370fec
storybook/code/builders/builder-vite/src/codegen-modern-iframe-script.ts
Lines 24 to 33 in d04b258
The text was updated successfully, but these errors were encountered:
yannbf
No branches or pull requests
Make sure preview export a default function:
And adjust the preview annotation loading to call this function for CSF3 stories:
storybook/code/builders/builder-webpack5/templates/virtualModuleModernEntry.js
Lines 8 to 22 in c370fec
storybook/code/builders/builder-vite/src/codegen-modern-iframe-script.ts
Lines 24 to 33 in d04b258
The text was updated successfully, but these errors were encountered: