Skip to content
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

Support React 19 #83

Open
ChristianMurphy opened this issue Dec 6, 2024 · 2 comments
Open

Support React 19 #83

ChristianMurphy opened this issue Dec 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ChristianMurphy
Copy link

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

"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",

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

@JesusTheHun
Copy link
Owner

Storybook does not support React 19 yet.

See storybookjs/storybook#29805

@ChristianMurphy
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants