My name is Daniel and I’m start learning programming a few months ago.
I try tutorial car marketplace on YT : https://www.youtube.com/watch?v=XENGw99u4uw&t=580.
I’m in “backend” part in tutorial and my form is not save in database in drizzle.
No marked on red color in my code.
In console i have below errors:
“DropdownField.jsx:20 Warning: Each child in a list should have a unique “key” prop.”
AND
“React does not recognize the handleInputChange
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase handleinputchange
instead. If you accidentally passed it from a parent component, remove it from the DOM element.
at textarea
at _c (http
“
third issue:
clerk.browser.js:2 Clerk: Clerk has been loaded with development keys. Development instances have strict usage limits and should not be used when deploying your application to production.
Thank for any help.
I share You print from console:
enter image description here