handleClick was always closing the colorbox, so, I added to then an id and prevent setOpen dont get called when clicked in it. This behavior was only occured in react ˆ17.
onChange color was setting value with rbg object instead of hex, which is the standard of color-control.
29 This pull request is fixing two bugs:
Changes was tested in react 16 and 17 versions.