Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix that colorpicker shows up on click
Right now this error triggers but it at least works but we get another error. **Current issue** ``` Uncaught TypeError: Cannot read property 'contains' of undefined at HTMLDocument.<anonymous> (velocity.js:13) ``` **After this fix issue** ``` Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. in ColorPicker (created by ColorType) in div (created by Context.Consumer) in Styled(div) (created by ForwardRef) ```
- Loading branch information