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
Describe the bug:
On android, when calling the initialize() function from the useStripeTerminal() hook with location services accepted but turned off, it throws an irrecuperable error:
The initialize() function does not return a response since it crash before. A try catch block does not catch this error and neither an ErrorBoundary.
Expected behavior:
An error returned from the function or an alert asking the user to turn on the location services
SDK version: 0.0.1-beta.12
Device: Google pixel 6
OS: Android 13
The text was updated successfully, but these errors were encountered:
Describe the bug:
On android, when calling the
initialize()
function from theuseStripeTerminal()
hook with location services accepted but turned off, it throws an irrecuperable error:The
initialize()
function does not return a response since it crash before. A try catch block does not catch this error and neither an ErrorBoundary.Expected behavior:
An error returned from the function or an alert asking the user to turn on the location services
SDK version: 0.0.1-beta.12
Device: Google pixel 6
OS: Android 13
The text was updated successfully, but these errors were encountered: