src/mob/colorsketch/index.jsx
@@ -31,7 +31,7 @@ } UNSAFE_componentWillReceiveProps(nextProps) { if (nextProps.value && nextProps.value !== this.state.color) { if (nextProps.value !== undefined && nextProps.value !== this.state.color) { this.setState({ color: nextProps.value }) } }