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
In useLocation.js, requesting user permissions is incomplete. As per the docs here, this function always resolves with a PermissionResponse object, even if permission is not granted.
Our code needs to check the response object, and throw an error manually in order to enter the catch block as expected.
The text was updated successfully, but these errors were encountered:
In useLocation.js, requesting user permissions is incomplete. As per the docs here, this function always resolves with a PermissionResponse object, even if permission is not granted.
Our code needs to check the response object, and throw an error manually in order to enter the catch block as expected.
The text was updated successfully, but these errors were encountered: