Skip to content

Commit ee55828

Browse files
fix deprecation messages
1 parent c70a04f commit ee55828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleApiComponent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const wrapper = input => WrappedComponent => {
5353
};
5454
}
5555

56-
componentWillReceiveProps(props) {
56+
UNSAFE_componentWillReceiveProps(props) {
5757
// Do not update input if it's not dynamic
5858
if (typeof input !== 'function') {
5959
return;

0 commit comments

Comments
 (0)