omgovich / react-colorful

🎨 A tiny (2,8 KB) color picker component for React and Preact apps
https://omgovich.github.io/react-colorful
MIT License
3.19k stars 100 forks source link

Request for React 18 Compatibility #210

Closed queee03 closed 11 months ago

queee03 commented 1 year ago

I would like to request official support for React 18 in the project. Currently, the project only supports up to React 17. It would be greatly appreciated if the project could provide compatibility with React 18. Thank you for considering this request.

owaisahmed5300 commented 1 year ago

I was thinking to try out this library but I'm not sure if it is supported/compatible with react 18 or in development? Anybody can confirm..?

satelllte commented 11 months ago

Not sure about the official state of the library's React 18 support, but I've used it recently in Next.js 14 app with React 18 and no issues faced so far. At least for RgbColorPicker component.

Here's the use case reference: satelllte/displacementx | src/components/pages/Generator/CanvasSection/Gradient/ColorPicker/ColorPicker.tsx

owaisahmed5300 commented 11 months ago

I tested on react 18 and worked very well. No issues!