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

React 15.1 support

Open Jakku7 opened this issue 7 years ago • 1 comments

Is there a support for previous versions of React (15.1)?

Every time I try to open lightbox modal I get: "React__default.createRef is not a function"

Which basically states that version below 16 is not supported (createRef was introduced in v. 16). Is there any workaround?

Jakku7 avatar Feb 19 '19 11:02 Jakku7

hi @Jakku7 I don't plan on supporting older versions of react. However, older versions of this library does.

Another option is instead using the old function refs. But I'd prefer us to stay current

wuweiweiwu avatar Mar 10 '19 01:03 wuweiweiwu