Enable ESLint react/no-deprecated (#24471)
This commit is contained in:
@@ -93,7 +93,7 @@ class Notifications extends React.PureComponent {
|
||||
trackScroll: true,
|
||||
};
|
||||
|
||||
componentWillMount() {
|
||||
UNSAFE_componentWillMount() {
|
||||
this.props.dispatch(mountNotifications());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user