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
Currently, when a user clicks a page in a new tab, session information will be lost because we use sessionStorage to hold the API key. To workaround this, we can use localStorage temporarily to transfer the session data.
Currently, when a user clicks a page in a new tab, session information will be lost because we use
sessionStorage
to hold the API key. To workaround this, we can uselocalStorage
temporarily to transfer the session data.https://stackoverflow.com/q/20325763
The text was updated successfully, but these errors were encountered: