vantezzen / auto-form

🌟 A React component that automatically creates a @shadcn/ui form based on a zod schema.
https://vantezzen.github.io/auto-form/
2.29k stars 81 forks source link

'ParentElement' cannot be used as a JSX component. #17

Closed dugan-dev closed 11 months ago

dugan-dev commented 11 months ago

Trying to add to NextJS project creating using the latest shadcn template project but receiving this error in the auto-form.tsx component. 'ParentElement' cannot be used as a JSX component.

image