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
Fix: Restore workspace from URL hash after metadata loads
The restore effect ran on mount before workspaceMetadata was loaded,
so it always failed to find the workspace. Now it waits for metadata
to be loaded and only restores once.
0 commit comments