mapbox / react-colorpickr

A themeable colorpicker with HSL and RGB support for React

Home Page:https://labs.mapbox.com/react-colorpickr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to lookup unmounted react component

scothis opened this issue · comments

When handling drag events, it's possible for the drag to end after the component has been unmounted. In this situation, ReactDOM.findDOMNode(this) throws an error.