2.0.3
Minor rewrite
Breaking
- Use zod's
.default()function instead of passinginitialValueto the hook.
- useUrlRouter(z.object(val: z.string().optional()), { val: 'default_value' }))
+ useUrlRouter(z.object(val: z.string().default('default_value')))