-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Warning: Unknown: key
is not a prop
#23903
Comments
Related: #23782 Replacing |
In my case it has nothing to do with "addon-designs", since I don't use it |
facing the same warnings. |
key
is not a prop
Hi, still seeing this on 7.4.5: chunk-QMHPSTMR.js:3 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)
in render
in div (created by Styled(div))
in Styled(div)
in div (created by Styled(div))
in Styled(div)
in Unknown
in Unknown
in Unknown
in Unknown (created by ManagerConsumer)
in ManagerConsumer (created by Panel2)
in Panel2 (created by Layout)
in div (created by Styled(div))
in Styled(div) (created by Panel)
in Panel (created by Layout)
in div (created by ToggleVisibility)
in ToggleVisibility (created by QueryLocation)
in QueryLocation (created by QueryMatch)
in QueryMatch (created by Route)
in Route (created by Layout)
in div (created by ToggleVisibility)
in ToggleVisibility (created by QueryLocation)
in QueryLocation (created by QueryMatch)
in QueryMatch (created by Route)
in Route (created by Layout)
in div (created by Styled(div))
in Styled(div) (created by Main)
in div (created by Styled(div))
in Styled(div) (created by Main)
in Main (created by Layout)
in Layout (created by WithTheme(Layout))
in WithTheme(Layout)
in Unknown (created by App)
in div (created by Styled(div))
in Styled(div) (created by App)
in App
in ThemeProvider
in Unknown (created by ManagerConsumer)
in ManagerConsumer (created by Manager)
in EffectOnMount (created by Manager)
in Manager (created by QueryLocation)
in QueryLocation (created by Main2)
in Main2 (created by Root4)
in Router (created by LocationProvider)
in LocationProvider (created by Root4)
in HelmetProvider (created by Root4)
in Root4 |
@unional can you share more information? Could you upgrade to the latest version of storybook and try again? Can you tell us which addon this warning is originating from? |
Thanks. I looked into that and notice it is coming from I think the addon is not being maintained? I'm using it for storybook -> figma integration. |
That should have been fixed in this PR: |
Describe the bug
Error happens on the tab of "Tests" added by @storybook/addon-jest
Screen.Recording.2023-08-21.at.13.15.04.mov
Related: #23782
To Reproduce
System
Additional context
No response
The text was updated successfully, but these errors were encountered: