help with date field
Sorry for my bad english, I'm still a begginer in react, I follow this tutorial tu create a dashboard https://youtu.be/k4lHXIzCEkM I modify this to create my own version to include a transactions pages, but I'm facing an issue, when i try to send a new transactions from the create transaction page is not working. I'm doing the exact same things as the properties form. The error I'm getting is Cannot read properties of undefined (reading 'name'), And is not even send the request. (I added the necessary code to the backend ).
this is the code of my form where I include the date field: https://gist.github.com/itgeeky/be8e50184e808c729cb260a1fe87df10
I appreciate your help!
this is the code of my form where I include the date field: https://gist.github.com/itgeeky/be8e50184e808c729cb260a1fe87df10
I appreciate your help!
YouTubeJavaScript Mastery
In this one video, learn how to develop a fully functional full-stack MERN dashboard application with complete CRUD functionalities, authentication, pagination, sorting, filtering, and more!
refine - https://github.com/refinedev/refine
GitHub Code Client - https://github.com/refinedev/refine/tree/next/examples/mern-dashboard-client
GitH...


