Created
May 15, 2018 02:09
-
-
Save JoeTheDave/c59740f6e3a36abdf46951f73451ee4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// So instead of this | |
import ReactCSSTransitionGroup from 'react-addons-css-transition-group'; | |
// Use this | |
import { CSSTransitionGroup } from 'react-transition-group' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment