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: skip URL sync in Electron to prevent page reload errors
In Electron with file:// protocol, updating the browser URL to /workspace/abc
would cause page.reload() to fail with ERR_FILE_NOT_FOUND. The MemoryRouter
state is sufficient for in-app navigation; only browser/server mode needs
the URL bar to reflect current state.
0 commit comments