Skip to content

Commit b0e3605

Browse files
committed
Revert "Merge pull request fullstackreact#375 from JeremiahChurch/master"
This reverts commit c54f470, reversing changes made to 33f69e9.
1 parent 7d4b365 commit b0e3605

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
@@ -55,7 +55,7 @@ export const wrapper = input => WrappedComponent => {
5555
this.mapRef=React.createRef();
5656
}
5757

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

0 commit comments

Comments
 (0)