-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Source code not working . After add source code addons it just displaying loading source... #20475
Comments
Same here |
Same |
This can be reproduced in a fresh app / by running the following commands:
main.jsconst config = {
"stories": [
"../src/**/*.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-storysource"
],
"framework": {
"name": "@storybook/react-vite",
"options": {}
},
"docs": {
"autodocs": "tag"
}
};
export default config; |
Edit: tested |
I'm still using StoryBook 6.5.12 and I've got the same issue. |
I'm using ver. 6.5.16. This issue appears only if I write a story in CSF 3.0 format. |
I have the same problem with version 7.0.8 |
Problem still exists with: 😢
|
Same |
Im also having this issue |
Same issue (storybook 7.6.18) while I tried it debug through node_modules sources I see |
For anyone, like me, coming to this issue because they have the same problem, but with Storybook v8, you may be interested in the fix I found: #29669 |
Describe the bug
Source code
not working . After add source code addons it just displaying loading source...
To Reproduce
No response
System
No response
Additional context
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-storysource"
],
The text was updated successfully, but these errors were encountered: