mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
| .. | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
react-addons-transition-group
The code in this package has moved. We recommend you to use TransitionGroup from react-transition-group instead.
In particular, its version 1.x is a drop-in replacement for the last released version of react-addons-transition-group.
Run npm install --save react-transition-group@1.x, and replace the imports in your code:
// Old
import TransitionGroup from 'react-addons-transition-group';
// New
import TransitionGroup from 'react-transition-group/TransitionGroup';
The documentation branch for react-transition-group@1.x can be found here.