Closed anpct closed 4 years ago
Yeah, I think we have to update our react-transition-group
dependency. I will do that later, or you can submit a PR if you feel like it.
I don't think that's solving the issue.
I think changes need to be done to the code to adapt to the new version of react-transition-group. As stated here: https://github.com/reactjs/react-transition-group/pull/559#issuecomment-557018803
I submitted a PR please check it.
I have de same error
Still the same. Any hack?
It's just a warning in the dev env because of the react-transition-group
. I've just fixed it by updating the dependency.
Try v7.0.2 and see if it's fixed for you. If it's not, I can reopen it.
Yes, it is fixed now. Thanks for the quick reply :) Happy coding.
where I do the changed the version a 7.0.2 ? I reinstall the pakage but not be fix the problem. Can I help me ?
@Patricio18 You should check the version in package.json, are you sure about that? Or you can do by uninstall and install again.
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want to reference.