JSPM

  • Created
  • Published
  • Downloads 86713
  • Score
    100M100P100Q182653F
  • License BSD-3-Clause

Package Exports

  • react-addons-css-transition-group

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-addons-css-transition-group) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-addons-css-transition-group

This package is deprecated and will no longer work with React 16+. We recommend you use CSSTransitionGroup from react-transition-group instead.

In particular, its version 1.1.1 is a drop-in replacement for the last released version of react-addons-css-transition-group.

Run npm install --save react-transition-group@1.1.1, and replace the imports in your code:

// Old
import CSSTransitionGroup from 'react-addons-css-transition-group';

// New
import CSSTransitionGroup from 'react-transition-group/CSSTransitionGroup';

The documentation branch for react-transition-group@1.1.1 can be found here.