property 'value' does not exist on type 'eventtarget'.ts(2339) react code example
Example: property 'name' does not exist on type 'eventtarget' react
// If you have to use event.target itself, you would have to cast the object:
const { name } = event.target as HTMLButtonElement;