img-mapper / react-img-mapper

React Component to highlight interactive zones in images
https://img-mapper.github.io/react-docs
MIT License
122 stars 39 forks source link

Update readme to specify next js version needed to use library #27

Closed mcdanije22 closed 2 years ago

mcdanije22 commented 2 years ago

Tried out multiple versions of Next js with react-img-mapper. Concluded that the newest version of Next js that can be used is 9.0.0. Anything later than 9.0.0 will either not load the mapper image at all or will load once and then not work after that. Added to readme to show Next js version support so that users are aware as I had to find out through trial and error.

NishargShah commented 2 years ago

Thanks for telling me, I will check the code and try to give support till the latest version of Next.js.