feat: implement error boundaries for improved error handling across routes
This commit is contained in:
@@ -16,7 +16,7 @@ export const createSubscribePlanSchema = z.object({
|
||||
code: z.string(),
|
||||
length: z.preprocess(Number, z.number().optional()),
|
||||
price: z.preprocess(Number, z.number().optional()),
|
||||
status: z.boolean().optional(),
|
||||
status: z.number().optional(),
|
||||
})
|
||||
export type TSubscribePlanSchema = z.infer<typeof createSubscribePlanSchema>
|
||||
type TProperties = {
|
||||
|
||||
Reference in New Issue
Block a user