You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could write a pre-render hook that comes after the zod hook. It would simply scan through the names and change them. Look into the documentation to get started or let me know if something is unclear!
Hello,
Is there any way to make properties camelcase not only names? An example like this:
first_name: z.string() -------> firstName: z.string()
Thank you.
The text was updated successfully, but these errors were encountered: