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
There is a problem with localStorage on Incognito (Google Chrome). I tried to figure out what's wrong and i found the possibility to set the storage but the defaultStorage in constructor.js already "called" the localStorage. So this chance is gone.
The text was updated successfully, but these errors were encountered:
You may have to create a customStorageObject simulating Storage interface but using cookies to manipulate data, or just don't persisting it if not necessary for you.
There is a problem with localStorage on Incognito (Google Chrome). I tried to figure out what's wrong and i found the possibility to set the storage but the defaultStorage in constructor.js already "called" the localStorage. So this chance is gone.
The text was updated successfully, but these errors were encountered: