-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Can't resolve 'react/jsx-runtime' #2230
Comments
Depends on facebook/react#20235 |
Thanks for your speedy response. The older version works for now 👍 |
Any update on this? |
I fixed it by updating react to 16.14 |
same problem. |
This helped me fix the problem |
Well, I solved my problem by replacing the versions of these dependencies in the package.json file:
|
what is the best solution for this problem |
This helped me out |
This solution is showing an error "Invalid hook call...." in react app |
Hi. I'm using create-react-app with typescript and storybook and I've just installed
react-data-grid
and@types/react-data-grid
which went smoothly. But when I create a very basic data grid component based on your example on your website and added it to storybook, my code doesn't compile and I get the following errorI tried to update to the latest CRA but that didn't help.
I also found this commit from 4 days ago that could be something to do with it 5d75c6a
The text was updated successfully, but these errors were encountered: