-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
6.3rc - Switch to canvas not working. #15283
Comments
Describe the bugSame here with System
|
After some further investigation, I think what I'm experiencing is related to my configuration on module.exports = {
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx|mdx)"],
addons: [
"@storybook/addon-links",
// {
// name: "@storybook/addon-docs",
// options: {
// configureJSX: true,
// transcludeMarkdown: true,
// },
// },
"@storybook/addon-essentials",
"@storybook/addon-a11y",
],
babel: async (options) => ({ ...babelConfig }),
}; I wonder, do I misconfigure the addons, or there's an issue when using |
@TimJJTing Highly unlikely. Addon-essentials should its own configuration of an addon if it detects that the addon is separately configured. To be specific:
Should be equivalent to:
Perhaps it's something related to |
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
|
Describe the bug
Switch to "Canvas" when storybook has been compiled with
--docs
doesn't work.You need to refresh the page.
System
The text was updated successfully, but these errors were encountered: