f4e7dd5bb6bd6adf3cf86002fe54c676b60b0066
Router.go() sets window.location.hash, but when the hash already matches (e.g. F5 reload at /#/addr/info then clicking a saved connection), hashchange doesn't fire and the router never re-renders. Switched to Router.navigate() which processes the route directly regardless of current hash. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Languages
JavaScript
86.8%
CSS
7%
HTML
6.2%