Merge branch 'rename-unsafe-lifecycles' into 'develop'
Bundle: componentWillReceiveProps --> UNSAFE_componentWillReceiveProps See merge request soapbox-pub/soapbox!2013
This commit is contained in:
commit
5f08091856
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Bundle extends React.PureComponent<BundleProps, BundleState> {
|
|||
this.load(this.props);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps: BundleProps) {
|
||||
UNSAFE_componentWillReceiveProps(nextProps: BundleProps) {
|
||||
if (nextProps.fetchComponent !== this.props.fetchComponent) {
|
||||
this.load(nextProps);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue