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