Skip to content

Commit e8e4f65

Browse files
Merge pull request #462 from lvlrSajjad/patch-1
Update GooglePlacesAutocomplete.js
2 parents aa4de24 + d53093e commit e8e4f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GooglePlacesAutocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default class GooglePlacesAutocomplete extends Component {
129129
this._isMounted = true;
130130
}
131131

132-
componentWillReceiveProps(nextProps) {
132+
UNSAFE_componentWillReceiveProps(nextProps) {
133133
let listViewDisplayed = true;
134134

135135
if (nextProps.listViewDisplayed !== 'auto') {

0 commit comments

Comments
 (0)