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
When an altered or garbage expansion name is present in localStorage, an uncaught error is thrown when attempting to load that board. This is especially problematic for mobile users, who don't normally have the ability to surgically clean localStorage and instead will have to delete an unknown amount of browsing history wholesale.
There should be logic present to test if the saved expansion name is valid and use a default value if not.
The text was updated successfully, but these errors were encountered:
When an altered or garbage expansion name is present in
localStorage
, an uncaught error is thrown when attempting to load that board. This is especially problematic for mobile users, who don't normally have the ability to surgically clean localStorage and instead will have to delete an unknown amount of browsing history wholesale.There should be logic present to test if the saved expansion name is valid and use a default value if not.
The text was updated successfully, but these errors were encountered: