We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
I'd like to upgrade my project to use React 19, now a stable release: https://react.dev/blog/2024/12/05/react-19
This is currently blocked by a peer dependency allowing up-to, but not past React 18
storybook-addon-remix-react-router/package.json
Lines 75 to 76 in 3343530
Describe the solution you'd like Project to be tested with React 19, and add React 19 to the version range.
Describe alternatives you've considered Wait to upgrade, or don't support React 19.
Additional context
The text was updated successfully, but these errors were encountered:
Storybook does not support React 19 yet.
See storybookjs/storybook#29805
Sorry, something went wrong.
It does though. In the top of the issue
You should be able to use Storybook with React 19, but if you found any inconsistency or unsupported feature, please let us know in this issue.
It is a call for feedback, not a statement of non-support.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I'd like to upgrade my project to use React 19, now a stable release: https://react.dev/blog/2024/12/05/react-19
This is currently blocked by a peer dependency allowing up-to, but not past React 18
storybook-addon-remix-react-router/package.json
Lines 75 to 76 in 3343530
Describe the solution you'd like
Project to be tested with React 19, and add React 19 to the version range.
Describe alternatives you've considered
Wait to upgrade, or don't support React 19.
Additional context
The text was updated successfully, but these errors were encountered: