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 d11ceff commit 476d744Copy full SHA for 476d744
integration/typegen-test.ts
@@ -62,8 +62,8 @@ test.describe("typegen", () => {
62
test("repeated param", async () => {
63
const cwd = await createProject({
64
"vite.config.ts": viteConfig,
65
- "app/routes/repeated.$id.$id?.$id.tsx": tsx`
66
- import type { Route } from "./+types.repeated.$id.$id?.$id"
+ "app/routes/repeated.$id.($id).$id.tsx": tsx`
+ import type { Route } from "./+types.repeated.$id.($id).$id"
67
68
function assertType<T>(t: T) {}
69
0 commit comments