Zahid Shaikh
Zahid Shaikh
> error={(formik.errors.contact && formik.touched.contact) && (formik.touched.contact[i])?.number && Boolean((formik.errors.contact[i])?.number)} This one worked well for me ``` error={(formik.errors.contact && formik.touched.contact) && (formik.touched.contact[i])?.number && Boolean((formik.errors.contact[i])?.number)} ```
Have you found the solution, because I'm facing the same issue as well...
Same issue as @juato 😔
Hey Guys, did you tried this repo? https://github.com/gluestack/gluestack-ui/issues/2377#issuecomment-2294933539 This did worked for me on my windows machine.
Hi @amcdnl have you tried installing `ts-morph`? I did `npm install -D ts-morph` and it solved the issue for me. Thanks to @claudioBarreira89 https://github.com/7nohe/openapi-react-query-codegen/issues/178#issuecomment-2786107759
## 🐛 Issue Resolution: `prisma://` Protocol Error with Local or non-edge Database **Problem:** Getting `Error validating datasource 'db': the URL must start with the protocol 'prisma://' or 'prisma+postgres://'` when using...