You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Virtualized list error, node_modules/react-native-google-places-autocomplete/GooglePlacesAutocomplete.js:760, FlatList is missing a lisKey property.
console.error: A VirtualizedList contains a cell which itself contains more than one VirtualizedList of the same orientation as the parent list. You must pass a unique listKey prop to each sibling list.
VirtualizedList trace:
Child (vertical):
listKey: 1
cellKey: 1
Parent (vertical):
listKey: rootList
cellKey: rootList
VirtualizedList@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.talisis.app.point:70234:36
FlatList@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.talisis.app.point:69674:36
```
# Reproduction - this is just an example
```
<FlatList
<GooglePlacesAutocomplete // since this is another list, will require a listKey
/>
/>
```
_Please remember to remove you google API key from the code you provide here_
# Additional context
- Library Version: 2.4.1
- React Native Version: 0.66.3
- [ x ] iOS
- [ ] Android
- [ ] Web
If you are using expo please indicate here:
- [ x ] I am using expo
Add any other context about the problem here, screenshots etc
![Simulator Screen Shot - iPhone 8 Plus - 2022-05-31 at 19 12 54](https://user-images.githubusercontent.com/9368632/171303920-4cdf1fa8-5bb4-48db-8ffe-0eb71afc1658.png)
The text was updated successfully, but these errors were encountered:
Describe the bug
Virtualized list error, node_modules/react-native-google-places-autocomplete/GooglePlacesAutocomplete.js:760, FlatList is missing a lisKey property.
The text was updated successfully, but these errors were encountered: