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
After investigating, it comes from this line, when this line "fails" and this.autocompleteService is null. It happens mostly when the user has a flaky Internet connection.
I am available to do a PR if you want, but would need to discuss context beforehand (should the suggest fail silently, or retry until it succeeds, or...).
Thanks in advance!
Edit: exactly the same with this line because this line also fails, producing this snippet:
Short description
I have Sentry reports about an error, with the following code snippet:
Expected results
No runtime error
Actual results
After investigating, it comes from this line, when this line "fails" and
this.autocompleteService
is null. It happens mostly when the user has a flaky Internet connection.Reproduction steps
Additional Information
I am available to do a PR if you want, but would need to discuss context beforehand (should the suggest fail silently, or retry until it succeeds, or...).
Thanks in advance!
Edit: exactly the same with this line because this line also fails, producing this snippet:
The text was updated successfully, but these errors were encountered: