Addons panel not showing up in development
See original GitHub issueIn development, i.e. when running start-storybook -p 7007 -c .storybook
the addons panel with Knobs and JSX (see screenshot) disappears. However, when building storybook w/ build-storybook -o dist
it is available. Also not all addons are affected, but only those that are positioned in the bottom panel (see screenshot). Other addons such as @storybook/addon-backgrounds operate as usual.
I do not see any error messages being printed out. Any suggestions on how I could debug this?
TypeScript 3.5.2 React 16.8.6 Storybook 5.1.8
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Panels not visible in React Storybook - Stack Overflow
I have imported addon-actions in addons. js: import @storybook/addon-actions/register and the module is also present in node_modules folder.
Read more >Storybook addon not showing - Sami C.
If your addon in storybook is suddenly not showing, simply execute the following command in your browser console: localStorage. clear();
Read more >Add ons not working or showing up | Firefox Support Forum
Go to the Add-ons tab in user preferences and navigate to your add-on zip location and double click on it, then once it...
Read more >addons not showing up - Blender Stack Exchange
If some addons arent showing up, Then go to addons folder and modify somethings of that specific addon's file.
Read more >Tutorial: Making your first add-on
To get started with developing add-ons, we first need access to where Home ... If you are on macOS and the folder is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ndelangen This was supposedly fixed in 5.1.7 #7080 #7073 but looks like it’s still affecting users in 5.1.8. Any idea what’s going on?
@frankstallone If you do
localStorage.clear()
in normal mode (not incognito) does that fix it?Hi there, thanks for the quick reply. It seems the problem has been with the Chrome browser. All others browsers DO display the addons panel. Yet for some reason even after updating Google Chrome to Version 75.0.3770.100 it does not show.