re-add useTransition to router

This commit is contained in:
jeffvli
2026-04-05 21:54:07 -07:00
parent 56cd50e0ed
commit c8e8f58cce
19 changed files with 375 additions and 300 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ const appRouterModals = {
export const AppRouter = () => {
const router = (
<HashRouter unstable_useTransitions={false}>
<HashRouter unstable_useTransitions>
<ModalsProvider modals={appRouterModals}>
<RouterErrorBoundary>
<Routes>