schiehll / react-alert

alerts for React
MIT License
608 stars 98 forks source link

Updated the version of react-transition-group to 4.4.1 #155

Closed anpct closed 4 years ago

anpct commented 4 years ago

I have updated the version of the dependency react-transition-group to 4.4.1 and made a minor change to the code for the code to be able to work with react-transition-group version 4.4.1.

( 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. )

The above warning doesn't appear now in my tests and the functionality is not affected according to my tests.