Skip to content

Commit 90e3298

Browse files
xstablegusgard
authored andcommitted
Remove deprecated call "componentWillUpdate" (#13)
1 parent 6a75b70 commit 90e3298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GridList/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class GridList extends PureComponent {
7070
this.setup(this.props);
7171
this.animate();
7272
}
73-
componentWillUpdate(nextProps) {
73+
componentDidUpdate(nextProps) {
7474
this.setup(nextProps);
7575
this.animate();
7676
}

0 commit comments

Comments
 (0)