Console is scattered with "Rendering was performed in a subtree hidden by content-visibility." warnings #33274
Replies: 1 comment 2 replies
-
|
Hi @bladerunner2020! I'm Dosu and I’m helping the storybook team. The console warnings are likely caused by the onboarding guide's checklist widget rendering in a hidden or collapsed state. You can disable the checklist widget (and suppress these warnings) by setting the following in your global Storybook settings file (usually at {
"checklist": {
"widget": {
"disable": true
}
}
}This will prevent the widget from rendering and should stop the warnings. You can also use the "Remove from sidebar" action in the widget's UI or the Guide page to mute or hide it without editing the settings file directly (reference, reference). If you don't need the onboarding guide at all, you can remove Upgrading to the latest Storybook version is also recommended, as recent changes have improved the checklist widget's rendering and may reduce these warnings. If you have a minimal reproduction or still see the warnings after trying these steps, please share your setup details for further troubleshooting. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm getting multiple console warnings: "Rendering was performed in a subtree hidden by content-visibility" originating from runtime.js. Has anyone else encountered this issue? Any ideas on how to resolve it (other than hiding all runtime.js messages)?
It appears these warnings are coming from the Onboarding guide (storybook-checklist-widget). It's probably possible to disable this guide, but I haven't found how to do it.
Having the console spammed with these messages is quite annoying, so I'd appreciate any suggestions.
To reproduce: create a Vite React app and then add Storybook to it.
Thanks in advance for any ideas!
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions