react-mask-mixin icon indicating copy to clipboard operation
react-mask-mixin copied to clipboard

getDOMNode is deprecated

Open igorsantos07 opened this issue 9 years ago • 1 comments

I've just installed the mixin in a new React project and I got this warning in the console (but it's still working) (MarkedInput is my <input> wrapper):

Warning: MaskedInput.getDOMNode(...) is deprecated. Please use ReactDOM.findDOMNode(instance) instead.

igorsantos07 avatar Feb 07 '16 01:02 igorsantos07

Please fix it! React 15.0 coming.

KODerFunk avatar Mar 15 '16 08:03 KODerFunk