borbit / react-mask-mixin

Input mask for text input http://borbit.github.io/react-mask-mixin/
36 stars 11 forks source link

getDOMNode is deprecated #7

Open igorsantos07 opened 8 years ago

igorsantos07 commented 8 years ago

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.

KODerFunk commented 8 years ago

Please fix it! React 15.0 coming.