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
I get the warning in the console after I added addon in main.ts.
Warning: render: key is not a prop. Trying to access it will result in undefined being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)
How to reproduce the bug?
Install @storybook/addon-designs
Add addon to main.ts
Run storybook
Expected behaviour
I do not expect any errors in console.
Environment
Chrome / Chromium / Chromium based browsers
Firefox
macOS Safari
iOS Safari
Samsung Internet
Other
Affected versions
7.0.1
Storybook versions
7.2.1
The text was updated successfully, but these errors were encountered:
Affected design types
Describe the bug
I get the warning in the console after I added addon in main.ts.
Warning: render: key is not a prop. Trying to access it will result in undefined being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)
How to reproduce the bug?
Expected behaviour
I do not expect any errors in console.
Environment
Affected versions
7.0.1
Storybook versions
7.2.1
The text was updated successfully, but these errors were encountered: