Parsing error reading .JSX files
I have some React components whose props need to be stored in my DB, so I'd like to infer the prop types to my database schema, but drizzle-kit seems unable to correctly parse .JSX files, see attached image.
Curious if anyone had any insight since I haven't found anything in the docs relating to how drizzle-kit parses files. The easiest solution is to manually define the types however, that's lot of work to keep synced with the frontend and tedious
0 Replies