-
-
Notifications
You must be signed in to change notification settings - Fork 884
Open
Labels
Description
Describe the bug
in GooglePlacesAutoComplete.js ,
cannot read property 'filter' of undefined is coming,
below is the code snippet where the issue lies please check and update the code accordingly.
res = [
...props.predefinedPlaces.filter(
(place) => place?.description.length,
),
];
-
Library Version: [ 2.5.7]
-
React Native Version: [0.78.0]
-
iOS
-
Android
-
Web
koz-spyro, charithnidarsha and Rafayyy000