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