Rich

Results 2 comments of Rich

I've worked around this by spitting my schema up into two parts. ```ts export const BaseAccountSchema = z.object({ uid: z.string().uuid(), }) export const CreateAccountSchema = x.object({ name: z .string({ invalid_type_error:...

@assuncaocharles Any chance of getting the npm package updated with the changes from https://github.com/assuncaocharles/react-indexed-db/issues/34 https://github.com/assuncaocharles/react-indexed-db/pull/35 ?