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

React 17 compatibility

Open ghost opened this issue 4 years ago • 2 comments

I'm working on a PR that implements this component, and it works well. However, React 17 isn't allowed with the current peerDependency settings: https://github.com/GraphCMS/react-image/blob/main/package.json#L41-L42

It would be nice if React 17 were allowed as well. From my testing it seems to be compatible.

ghost avatar Jun 19 '21 11:06 ghost

Ract 18 would be nice as well :)

fweth avatar Feb 13 '23 20:02 fweth

I forked this and released @karpack/react-image here: https://www.npmjs.com/package/@karpack/react-image. It's compatible with React 17 and 18, at least superficially

kylekarpack avatar May 01 '23 15:05 kylekarpack