bmcmahen / react-wysiwyg

retain some control over contenteditable input
169 stars 37 forks source link

getDOMNode() has been deprecated. Replace all instances of getDOMNode… #6

Closed vasanthk closed 9 years ago

vasanthk commented 9 years ago

… with findDOMNode.

https://facebook.github.io/react/blog/2015/03/10/react-v0.13.html https://facebook.github.io/react/docs/component-api.html#getdomnode

bmcmahen commented 9 years ago

wow, great pull request. Thanks.

vasanthk commented 9 years ago

Thank you :)