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
I'm seeing several reports on our Sentry that Safari users (exclusively, mobile and desktop) have the lib throw an unhandled error. The message is as follow : undefined is not an object (evaluating 'navigator.locks.request')
It is located in the renewTokensAndStartTimerAsync method. The logic looks able to handle a missing lock, and should be adaptable to handle hte case where the navigator.locks API is not available.
Versions
7.22.16 at the moment
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
I'm seeing several reports on our Sentry that Safari users (exclusively, mobile and desktop) have the lib throw an unhandled error. The message is as follow :
undefined is not an object (evaluating 'navigator.locks.request')
It is located in the renewTokensAndStartTimerAsync method. The logic looks able to handle a missing lock, and should be adaptable to handle hte case where the navigator.locks API is not available.
Versions
7.22.16 at the moment
The text was updated successfully, but these errors were encountered: