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