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
While upgrading from Storybook 7.0 to 7.6, I noticed that the main section gets hidden when navigating to an addon tab. (Playroom in this case)
Manually removing the hidden attribute from the wrapping <div> in browser devtools fixes the issue, i.e. the addon matches the route and renders correctly, but Storybook hides it.
Interestingly, it doesn't seem to affect docs pages. Possibly related to #23292.
Describe the bug
While upgrading from Storybook 7.0 to 7.6, I noticed that the main section gets hidden when navigating to an addon tab. (Playroom in this case)
Manually removing the
hidden
attribute from the wrapping<div>
in browser devtools fixes the issue, i.e. the addon matches the route and renders correctly, but Storybook hides it.Interestingly, it doesn't seem to affect docs pages. Possibly related to #23292.
To Reproduce
Open the following deploy preview from rbardini/storybook-addon-playroom#54, navigate to stories and click the Playroom tab:
I've also reproduced it in storybookjs/addon-kit after bumping Storybook dependencies to their latest versions:
System
Additional context
No response
The text was updated successfully, but these errors were encountered: