gribnoysup / react-yandex-maps

Yandex Maps API bindings for React
MIT License
327 stars 116 forks source link

Add React 17 to peerDependencies #273

Closed kachkaev closed 3 years ago

kachkaev commented 3 years ago

See React 17 release blog post: https://reactjs.org/blog/2020/10/20/react-v17.html

I upgraded my project to this version and did not encounter any issues with react-yandex-maps after that. Adding React 17 to peerDependencies will help avoid this error in yarn check:

error "react-yandex-maps#react@^0.14.9 || ^15.x || ^16.x" doesn't satisfy found match of "react@17.0.1"
kachkaev commented 3 years ago

@mmarkelov WDYT of releasing this little patch?

mmarkelov commented 3 years ago

@kachkaev that's OK for me. But unfortunately I don't have permissions to do it. @gribnoysup can we merge some little fixes and publish new version?

gribnoysup commented 3 years ago

Released in 4.6.0