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
After upgrading to Storybook v8.0 empty bottom panel appears with "Nothing found" text. Not sure how to hide/disable it as it was in v7.x, but tried different configs in manager.ts and preview.tsx as showPanel: false, disable: true etc.
for anyone that needs to hide the addon panel and wasn't able to with 'showPanel' (seems to be removed as of v8), i managed to hide it by passing bottomPanelHeight: 0 instead
Describe the bug
After upgrading to Storybook v8.0 empty bottom panel appears with "Nothing found" text. Not sure how to hide/disable it as it was in v7.x, but tried different configs in
manager.ts
andpreview.tsx
asshowPanel: false
,disable: true
etc.System
The text was updated successfully, but these errors were encountered: