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
Warning: Encountered two children with the same key, code-segment0. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
This warning disappears as soon as the storysource addon is removed.
Describe the bug
This warning disappears as soon as the storysource addon is removed.
To Reproduce
yarn
yarn storybook
System
No response
Additional context
The problem seems to come from here:
storybook/code/addons/storysource/src/StoryPanel.tsx
Lines 136 to 144 in 7c21c34
The first and the last 'part' have the same key
The text was updated successfully, but these errors were encountered: