Ian Hernandez
Ian Hernandez
Hate to bring up an old issue, but looking for a little bit of insight on dealing with this problem.
> Routes can also be folders with a conventional `index.tsx` file inside defining the route module. The rest of the files in the folder will not become routes. This allows...
I tried rolling back but ran into this error: `Property 'coerce' does not exist on type 'typeof import(\"/path/to/project/node_modules/zod/lib/external\")'.` ``` export const UserSchema = z.object({ id: z.string().cuid(), name: z.string().nullable(), email: z.string(),...