We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc63725 commit e7027acCopy full SHA for e7027ac
src/client/index.tsx
@@ -28,7 +28,7 @@ export function ViteReactSSG(
28
const isClient = typeof window !== 'undefined'
29
30
const BASE_URL = routerOptions.basename ?? '/'
31
- const { v7_startTransition, ...routerFeature } = routerOptions.future ?? {}
+ const { v7_startTransition = true, ...routerFeature } = routerOptions.future ?? {}
32
33
async function createRoot(client = false, routePath?: string) {
34
const browserRouter = client
0 commit comments