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
It seems like this is happening because the SDK is failing when attempting to access the sessionStorage object. This appears to managed in a fault-tolerant way here, but not here.
It looks like the file just needs to be updated with a try/catch for instances where the sessionStorage object is not accessible.
Please advise if more information is needed.
The text was updated successfully, but these errors were encountered:
onassar
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Oct 17, 2024
At first glance, this looks like a valid issue, but it has nothing to do with the @googlemaps/js-api-loader project.
Instead, it would be best to report this in the issue tracker for the Maps JavaScript API. There seems to be a similar issue reported already that you can upvote: https://issuetracker.google.com/issues/373893062
I'm getting the following error (as of today) in an iframe that makes use of the SDK:
I'm using the following:
This then loads the following scripts:
It seems like this is happening because the SDK is failing when attempting to access the sessionStorage object. This appears to managed in a fault-tolerant way here, but not here.
It looks like the file just needs to be updated with a try/catch for instances where the
sessionStorage
object is not accessible.Please advise if more information is needed.
The text was updated successfully, but these errors were encountered: