Hide addon panel for all stories by deafult #26058
Unanswered
hhourani27
asked this question in
Help
Replies: 1 comment
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am trying to hide the addon panel by default for all stories.
I tried this solution and added
options: { showPanel: true }
topreview.ts
But when I added
options
, Storybook didn't start correctly and displayed a blank page at start.I also tried to follow this previous discussion and the Features and behavior documentation, but my version of storybook (7.6.8) doesn't have a
.storybook/manager.ts
fileSo I created
.storybook/manager.ts
withBut it didn't work, as I still see the addon panel when Storybook starts.
Is there something I missed? Thank you for your time!
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions