We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4b365 commit b0e3605Copy full SHA for b0e3605
src/GoogleApiComponent.js
@@ -55,7 +55,7 @@ export const wrapper = input => WrappedComponent => {
55
this.mapRef=React.createRef();
56
}
57
58
- UNSAFE_componentWillReceiveProps(props) {
+ componentWillReceiveProps(props) {
59
// Do not update input if it's not dynamic
60
if (typeof input !== 'function') {
61
return;
0 commit comments