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
existing management of wallet writes to localStorage on page closure, overriding the applications previously set key.
Improvement
instead, it could write to sessionsStorage, which survives a page refresh, and check sessionStorage on startup. If no sesssionStorage key is set, then the original behaviour of the wallet / account widget is activated as a fall-through.
The text was updated successfully, but these errors were encountered:
Problem
existing management of wallet writes to
localStorage
on page closure, overriding the applications previously set key.Improvement
instead, it could write to
sessionsStorage
, which survives a page refresh, and checksessionStorage
on startup. If nosesssionStorage
key is set, then the original behaviour of the wallet / account widget is activated as a fall-through.The text was updated successfully, but these errors were encountered: