🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-addons-css-transition-group

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-addons-css-transition-group

The code in this package has moved. We recommend you to use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.

15.6.2
latest
Source
npm
Version published
Weekly downloads
116K
-6.53%
Maintainers
5
Weekly downloads
 
Created
Source

react-addons-css-transition-group

The code in this package has moved. We recommend you to use CSSTransitionGroup from react-transition-group instead.

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

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

Keywords

react

FAQs

Package last updated on 26 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts