-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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]: defaultProps Warnings #27027
Comments
Looks like you should also update your
|
I would like to add that an effort has been made to remove usage of defaultProps in some blocks like Stories and Link (see #24305). |
Fixed by #26960 |
@valentinpalkovic I think there will still be the issue I mentioned with the deprecation warning about Looks like the Should I open another ticket for that? |
In what release is it gonna be included? |
No, I take care of it. |
It should be included in v8.1, which was released yesterday. |
Describe the bug
Not strictly a bug, but React versions >= 18.3.0 report console warnings of unsupported features in React 19.
In my particular case it was from the tooltip component used by the docs addon:
storybook/code/ui/components/src/components/tooltip/WithTooltip.tsx
Line 123 in 1e0e822
Any particular plans to remove these warnings in version 8 of storybook, or are you going to push a new major version that supports React 19?
To Reproduce
Use
@storybook/react
with@storybook/addon-docs
.System
Additional context
No response
The text was updated successfully, but these errors were encountered: