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
window.localStorage serializes all its unknown properties, so when window.localStorage.dartObjectLocalStorage is set it just becomes "[object Object]". If you can set Storage.prototype.dartObjectLocalStorage to anything before the first Storage instance gets wrapped, it should fix the issue.
The text was updated successfully, but these errors were encountered:
window.localStorage serializes all its unknown properties, so when window.localStorage.dartObjectLocalStorage is set it just becomes "[object Object]". If you can set Storage.prototype.dartObjectLocalStorage to anything before the first Storage instance gets wrapped, it should fix the issue.
The text was updated successfully, but these errors were encountered: