-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report - App gets Crash while searching the location !!! #944
Comments
+1 |
1 similar comment
+1 |
+1 also facing the same issue... |
I implemented a temporary workaround to prevent the app from crashing, though I acknowledge it's not an ideal or permanent solution. To do this, navigate to the file: Please note that if you ever delete the node_modules directory, you'll need to repeat this step, which can be quite inconvenient. |
Description
When users perform multiple rapid taps on the search bar in the app, it causes the app to crash. The issue occurs specifically when searching for locations, such as "IV George Avenue, Paris, France," and is triggered by aggressive interaction with the search function. This issue results in errors related to the GooglePlaceAutocomplete.js file. Specifically, it returns the error "Request has not been opened" and occasionally throws a "Cannot read property 'length' of undefined" error.
Reproduction
**Example of Code. **
Click to expand!
Additional context
Library Version: ^2.5.6
React Native Version: 0.73.6
[Yes] iOS
[Yes] Android
** ERROR SCREENSHOT **
The text was updated successfully, but these errors were encountered: