Closed aethant closed 8 years ago
Hi @aethant. Thanks for pointing this one out, and yes you are correct that this is due to React & ReactDOM. findDOMNode
has been moved to ReactDOM. However we can remove the dependancy for Winterfell to have ReactDOM by using the ref
callback.
If you have the chance to, a PR to fix this would be very helpful. The following links will be very helpful to fix the issue:
Thanks!
Using the example schema provided, a la:
I'm getting the following error when I hit the Submit button:
Does this have to do with the switch from React to ReactDOM? I couldn't find an open issue with this here on GH.
Using
"react": "^15.2.1", "react-dom": "^15.2.1",
on the project in question.