szchenghuang / react-transitions

A collection of animated transitions when React components enter or leave the DOM.
MIT License
35 stars 11 forks source link

Replace deprecated react-addon-transition-group with react-transition-group #5

Closed szchenghuang closed 7 years ago

szchenghuang commented 7 years ago

Targeted deprecated dependencies:

"react-addons-css-transition-group": "^15.3.1"
"react-addons-transition-group": "^15.3.1"
MikeDabrowski commented 7 years ago

Dependencies listed here have their successor - react-transition-group. However, simply swapping imports to that new module produces long list of errors.

This month I will not be able to do much about this (finals incoming), but I may try to track them down next month.