bmcmahen / react-thumbnail-zoom

Easy, breezy, beautiful thumbnail transitions for React
http://jagged-dinner.surge.sh/
4 stars 4 forks source link

Deprecated lifecycle methods must be replaced to support React 17.x #4

Open ebk46 opened 5 years ago

ebk46 commented 5 years ago

In React 17.x there are lifecycle methods that will be fully deprecated. This will break compatibility with react-thumbnail-zoom. More info here: https://fb.me/react-async-component-lifecycle-hooks

bmcmahen commented 5 years ago

Thanks... though not sure when I'll get around to updating this lib, since I've moved onto another library that does much the same thing (but better, imo): https://github.com/bmcmahen/react-image-enlarger

i'll gladly accept a PR if you'd rather still use this one

ebk46 commented 5 years ago

Great suggestion, I'm going to move to that library as well. This one served me well for a while though - thank you!