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
Silly, fairly harmless bug. Clicking on any button except those on the navbar returns the state URL.
Already figured out what causes it: currently, the URL updates when the state changes. Because the state is already loaded, it remains undefined while loading.
Fix: modify code so that the URL updates when the dataset is opened after loading it into memory.
The text was updated successfully, but these errors were encountered:
Silly, fairly harmless bug. Clicking on any button except those on the navbar returns the state URL.
Already figured out what causes it: currently, the URL updates when the state changes. Because the state is already loaded, it remains undefined while loading.
Fix: modify code so that the URL updates when the dataset is opened after loading it into memory.
The text was updated successfully, but these errors were encountered: