JSPM

  • Created
  • Published
  • Downloads 23230
  • Score
    100M100P100Q160486F
  • License BSD-3-Clause

Package Exports

  • react-addons-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-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-transition-group

This package is deprecated and will no longer work with React 16+. We recommend you use TransitionGroup 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-transition-group.

Run npm install --save react-transition-group@1.1.1, 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.1.1 can be found here.