Skip to content

Commit 379fe4d

Browse files
committed
chore: do not send props by default for now
1 parent 6d152a6 commit 379fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function defineExampleRoute(command: Configure, codemods: Codemods) {
114114
const action = command.logger.action('update start/routes.ts file')
115115
try {
116116
routesFile?.addStatements((writer) => {
117-
writer.writeLine(`router.on('/').renderInertia('home', { version: 6 })`)
117+
writer.writeLine(`router.on('/').renderInertia('home')`)
118118
})
119119

120120
await tsMorph?.save()

0 commit comments

Comments
 (0)