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

Uses deprecated React.findDOMNode method

tmcw opened this issue · comments

Uses deprecated React.findDOMNode method

I think it's the getDOMNode method that's depreciated and findDOMNode should be used? https://facebook.github.io/react/blog/2015/10/07/react-v0.14.html

Yeah, the reverse, sorry - typo

Cool - I think this has been cleaned up now.

This isn't fixed

React.findDOMNode is deprecated. Please use ReactDOM.findDOMNode from require('react-dom') instead.