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
Describe the bug
When you pass to select's options an object with an empty string as a key select itself renders and works properly, but all the knobs after the select fail to render.
Using 0, null or undefined as a key doesn't affect rendering, only empty string.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Describe the bug
When you pass to select's options an object with an empty string as a key select itself renders and works properly, but all the knobs after the select fail to render.
Using
0
,null
orundefined
as a key doesn't affect rendering, only empty string.To Reproduce
Steps to reproduce the behavior:
examples/official-storybook/stories/addon-knobs.stories.js
'': '',
option tofruits
Expected behavior
All knobs should be rendered
Screenshots
Code snippets
System:
Additional context
Discovered in storybook-eol/addon-smart-knobs#59
The text was updated successfully, but these errors were encountered: