Skip to content

Commit

Permalink
Merge 8881851 into ca1aed1
Browse files Browse the repository at this point in the history
  • Loading branch information
༺༽༾ཊ 船长 ཏ༿༼༻ committed Aug 28, 2019
2 parents ca1aed1 + 8881851 commit 28a8d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Animate.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export default class Animate extends React.Component {
});
}

componentWillReceiveProps(nextProps) {
/* eslint-disable-next-line */
UNSAFE_componentWillReceiveProps(nextProps) {
this.nextProps = nextProps;
const nextChildren = toArrayChildren(getChildrenFromProps(nextProps));
const props = this.props;
Expand Down

0 comments on commit 28a8d67

Please sign in to comment.