We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09350b8 commit 5cd7168Copy full SHA for 5cd7168
src/index.js
@@ -10,7 +10,7 @@ class Animation extends PureComponent {
10
this.loadAnimation(this.props);
11
}
12
13
- componentWillReceiveProps(nextProps) {
+ UNSAFE_componentWillReceiveProps(nextProps) {
14
if (this.props.source && nextProps.source && this.props.source.nm !== nextProps.source.nm) {
15
this.loadAnimation(nextProps);
16
0 commit comments