hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
126 stars 39 forks source link

the color bar is not updating in version 3 #81

Closed penobit closed 5 months ago

penobit commented 5 months ago

hi there! i was using version 2 of this package, and everythin was fine.

Now in the version 3 there is a problem! the color bar is not getting updated. Let's say i have a rect with gradient color starts from white and ends with black. now when i click on the last stop (black) the color picker bar still is on the white and doesn't get updated automatically!

as you can see in this screenshot the current color is blue but the color picker is on blue! image

penobit commented 5 months ago

you can see it in your own live preview: https://gradient-package-demo.web.app/

hxf31891 commented 5 months ago

@penobit wow good find, thank you. Patching now

hxf31891 commented 5 months ago

@penobit fixed in v3.0.3

Please comment if behavior continues.