Enable ESLint react/no-deprecated (#24471)
This commit is contained in:
@ -42,7 +42,7 @@ class Lists extends ImmutablePureComponent {
|
||||
multiColumn: PropTypes.bool,
|
||||
};
|
||||
|
||||
componentWillMount () {
|
||||
UNSAFE_componentWillMount () {
|
||||
this.props.dispatch(fetchLists());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user