This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Releases: noom/react-color
Releases · noom/react-color
v2.17.5
Fix for the BlockPicker input
(BlockPicker): fixes blockpicker input not working (#616) setUpdatedValue on EditableInput had a check that checked props.label not being null in BlockPicker case label was undefined which caused the onChange to be called with and object instead of hex string.