casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

Allow color swatch to render correct on duplicate colors #853

Open mayt opened 2 years ago

mayt commented 2 years ago

When a user-provided colors list with duplicated colors is passed in and is updated, the react renderer gets confused because the hex value keys collide. Switching to indices to avoid this problem.

From the code, the Twitter picker already has this patched.