When group specified for any knob, others without group are not displaying
See original GitHub issueWhen set group for knob in story other knobs, that dont have group, are not displaying in knobs panel
To Reproduce Steps to reproduce the behavior:
- Add story with two knobs (
textfor example) - Set group to one of them
- Open storybook
- Knob without group is not in knob panel
Expected behavior Group ‘All’ should contain the knob without group
Screenshots

Code snippets
<Block variation={{
endpoint: text('frame 1: endpoint', 'http://www.google.com', 'test'),
height: text('frame 1: height', '1650px')
}}
System:
- OS: Windows10
- Device: Laptop Dell G3
- Browser: Chrome
- Framework: react
- Addons:
- @storybook/addon-actions: “4.0.6”,
- @storybook/addon-comments: “3.2.19”,
- @storybook/addon-console: “1.1.0”,
- @storybook/addon-info: “4.0.6”,
- @storybook/addon-knobs: “4.0.6”,
- @storybook/addon-links: “4.0.6”,
- @storybook/addon-notes: “4.0.6”,
- @storybook/addon-options: “4.0.6”,
- @storybook/addon-storyshots: “4.0.6”,
- @storybook/addon-storyshots-puppeteer: “4.0.6”,
- @storybook/addon-viewport: “4.0.6”,
- Version: 4.0.6
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:7 (2 by maintainers)
Top Results From Across the Web
"async" is not a member of a group specified for any attribute
async is not a member of a group specified for any attribute; there is no attribute data-ad-client; there is no attribute data-ad-slot. Is...
Read more >Create a group & choose group settings - Google Groups Help
A group can't be the owner of another group. ... Enter a message emailed to people when they're added to the group without...
Read more >Target groups for your Application Load Balancers
Each target group is used to route requests to one or more registered targets. When you create each listener rule, you specify a...
Read more >Group Work: How to Use Groups Effectively
Research suggests that students who are engaged in group problem solving are more committed to the solution and are better satisfied with their...
Read more >Create a user group - Slack
Create a user group · From your desktop, click People & user groups at the top of your left sidebar. · Click New...
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 Free
Top 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

Having the same problem. We are having to go through all of our Knobs and set a group for all of them now, just so that they show up.
My project is suffering from this issue. Any chance for a fix?