You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This may be similar to #9412. I've been getting previews fine, but this morning they stopped appearing in the Canvas tab and refused to come back for quite a while. (Actually, they were appearing and disappearing almost immediately when the page loaded.) I'm back to normal now, just wanted to log this in case it happens to anybody else.
Checking in devtools, the elements for the preview didn't seem to be there.
When I viewed the page in a different FF session container, or in a different browser, I could see the preview fine.
When I switched to Responsive Design Mode in FF dev tools and chose a different viewport size, the preview reappeared, and when I exited dev tools it remained visible.
I tried disabling the Docs addon by commenting out "@storybook/addon-docs" in the addons array in main.js, restarting Storybook and reloading the page, but it didn't make a difference.
I also tried emptying node_modules and rerunning npm install.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Describe the bug
This may be similar to #9412. I've been getting previews fine, but this morning they stopped appearing in the Canvas tab and refused to come back for quite a while. (Actually, they were appearing and disappearing almost immediately when the page loaded.) I'm back to normal now, just wanted to log this in case it happens to anybody else.
"@storybook/addon-docs"
in theaddons
array inmain.js
, restarting Storybook and reloading the page, but it didn't make a difference.node_modules
and rerunningnpm install
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The component preview appears as normal in the Canvas tab.
Screenshots
Code snippets
main.js
:System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: