kolebjak/react-mapycz

React v17, v18

Closed this issue · 4 comments

Would it be possible to update the package to support react v17 and v18? Now the dependencies are set to v16 which makes all dependent projects use --legacy-peer-deps when installing. I've only used this package for a short period of time but so far it works with React v18 just fine.

Thanks!

The dependabot actually already proposed the change which passes all checks: #473

There is actually an issue, since new version of webpack requires source maps to be shipped with the package. It should be resolvable by including the src folder in files section of the package.json.

Thanks for the tips, I'll look into these changes asap :)