Wondermarin / react-color-palette

🎨 Lightweight Color Picker component for React.
https://codesandbox.io/s/react-color-palette-2zw8q
MIT License
287 stars 32 forks source link

Might not works in react v17 #47

Closed restareaByWeezy closed 1 year ago

restareaByWeezy commented 2 years ago

simple question: is this library works on react v17 or more? cause I've recently upgraded react v17 and palette's css property: background-image got vanished.

image

Is this issue relates with react version?

Wondermarin commented 1 year ago

Should work in v7

mikkark commented 9 months ago

@restareaByWeezy Maybe you forgot to add import "react-color-palette/css" to your component? Omitting it seems to cause the behaviour you described.