-
Notifications
You must be signed in to change notification settings - Fork 2
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
NPM Could not resolve dependency when using React 17 #22
Comments
@jpmc3630 Hi, I released version 2.0.3 which allows any react version equals or higher than 16.8.0. |
Still open as the target moves. Right now react-leaflet-kml has
But the current react-leaflet is react-leaflet@"^4.0.0" which supports react 18.2.0 (not 17) which is what all my code is on. Any plans to bump react-leaflet-kml to react-leaflet@^4.0.0 in the near future? Or is this something you can point me toward doing? I think react-leaflet-kml is the ticket for me, I've spent a lot of time trying to get common JS KML stuff to work in React. |
@sammyjava Hi, I have added support for leaflet 1.8.0, react leaflet 4 and react 18. |
Thank you so much! This is great! I'll give you attribution on the site. You rock! |
Hey thanks for your work on the package.
I was wondering if you will be soon bumping the peer dependency to React version 17.
Thanks
The text was updated successfully, but these errors were encountered: