-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Issues with React v 18 #194
Comments
Hi, RCT is already updated to react 18. Can you share details about the error you're getting? |
It wouldn't install to I had t to use the --force parameter, then got a conflicting react version when running my app with it on a component. |
This is hard to look into without more details since there could be many other libraries whose transitive dependencies might cause the conflict. Can you share the error log that caused the conflict issue and the lock file (yarn.lock or npm lock file)? |
This morning, the install worked, however, I get a few errors when trying to run one of the examples: there are several more I downloaded the example data.js file and that kicks out some errors as well. I'm using React with .JS not .TS extensions. |
Tried to install this on a React v18 project and it doesn't work. Is there an updated version of this? I'm looking for a TreeView nav for my app that will get the data from an WebAPI in JSON format and liked how this looked, but can't get it working
The text was updated successfully, but these errors were encountered: