I created this project by watching JSM yt video, I found that the whole code is working fine except, for DealsChart. I'm sharing the git repo link as well as the deploy link. Pls look and help me.
https://github.com/meghabathla/Admin-Dasboard
https://admin-dasboard-alpha.vercel.app/
#Refine Admin Dashboard issue.
8 messages · Page 1 of 1 (latest)
Nvm, I resolved the issue.
can you share your git repo or code? Or you can see what code I've written in my repo.
I'm not getting it as you haven't shared your code.
I'm facing an issue where my code runs perfectly on localhost, despite some TypeScript errors, particularly related to Ant Design's Form.Item and other components. However, when deploying the project to Vercel, the deployment fails due to these TypeScript errors. The errors seem to stem from type mismatches, and it appears Vercel enforces stricter TypeScript checks during the build process. Specifically, the issue involves the children property not being recognized as part of FormItemProps. Any help resolving this would be greatly appreciated.