-
Notifications
You must be signed in to change notification settings - Fork 97
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 for React 19 #590
Comments
Will add the support by the end of year with some other major changes (Vite v6). |
implemented in #591 |
The lack of support for React 19 in
This is from a simple test project with the following dependencies: "dependencies": {
"@ladle/react": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
} |
Broken due to react-inspector: tajo/ladle#590 (comment)
It's just a warning but should function fine? |
It does work, but the conflicting peer dependency is a blocker for us. We configured npm with the |
convo can continue here: #590 (comment) |
I think you meant to link to #597. Let's continue there! |
React 19 has been released and Ladle does not seem to be compatible yet.
When trying to update,
react-inspector
is incompatible according to npm. There is an issue for this: storybookjs/react-inspector#185.The text was updated successfully, but these errors were encountered: