mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
fix warnings and rename unsafe lifecycle function (#5814)
This commit is contained in:
@@ -75,7 +75,7 @@ class GroupView extends React.Component {
|
||||
this.loadGroup(groupID);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
UNSAFE_componentWillReceiveProps(nextProps) {
|
||||
if (nextProps.groupID !== this.props.groupID) {
|
||||
this.loadGroup(nextProps.groupID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user