You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By accepting backgroundColor as a prop, any change to the hue slider will always cause a re-render of map (as the bg hue changes). if we move this prop to another div (in ColorPicker?), or compose a ColorMap from a Map, we can avoid a re-render of Map:
By accepting backgroundColor as a prop, any change to the hue slider will always cause a re-render of map (as the bg hue changes). if we move this prop to another div (in ColorPicker?), or compose a ColorMap from a Map, we can avoid a re-render of Map:
The text was updated successfully, but these errors were encountered: