Skip to content

Commit

Permalink
Fix #1541 - Fixing react-transition-group version (rolling back to 1.…
Browse files Browse the repository at this point in the history
…x), fixing import
  • Loading branch information
Hartorn committed Mar 19, 2018
1 parent 3caf28a commit 6eda907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-transition-group": "^2.2.1"
"react-transition-group": "^1.2.1"
},
"dependencies": {
"closest": "0.0.1",
Expand All @@ -93,6 +93,6 @@
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-transition-group": "2.2.1"
"react-transition-group": "1.2.1"
}
}
2 changes: 1 addition & 1 deletion src/components/animation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PropTypes from 'prop-types';

import React from 'react';
import ReactCSSTransitionGroup from 'react-addons-css-transition-group';
import { CSSTransitionGroup as ReactCSSTransitionGroup } from 'react-transition-group';

const propTypes = {
//If you want to use a custom css class
Expand Down

0 comments on commit 6eda907

Please sign in to comment.