react-image-magnify icon indicating copy to clipboard operation
react-image-magnify copied to clipboard

ReactJS Version 17 Support

Open VenkatKaruna opened this issue 2 years ago • 5 comments

The release date for ReactJS Version 17

VenkatKaruna avatar Jul 17 '21 17:07 VenkatKaruna

+1

divyakumarjain avatar Aug 05 '21 09:08 divyakumarjain

https://github.com/ethanselzer/react-image-magnify/pull/127

divyakumarjain avatar Aug 06 '21 03:08 divyakumarjain

Hi @divyakumarjain I've forked the project and added support here: https://www.npmjs.com/package/@blacklab/react-image-magnify

As a note, I'm still working through some bugs that resulted in the rewrite. If you use this library and encounter any, please report them as issues in my github repo so I can address them.

Thanks!

gooftroop avatar Sep 16 '21 19:09 gooftroop

That's awesome @gooftroop . Do you have a write-up somewhere of what bugs you're still working through? Do you recommend people go ahead and use your version or would you say it's not quite ready for production use?

MatrixFrog avatar Sep 24 '21 22:09 MatrixFrog

@MatrixFrog at this moment I'm working through an aspect ratio bug that appears when zooming over very skinny images; other than that the library is production ready (it's currently being used in a production app already), so my recommendation would be to use my fork. If you're curious on what has been added / fixed, the release notes should have a high level overview of what I've done.

gooftroop avatar Sep 29 '21 12:09 gooftroop