#name property

2 messages · Page 1 of 1 (latest)

tawdry wave
#

Since name property does not exist, can anyone guide me what should I do.

I am using vite+react

frigid kernel
#

event.target is not an array but an object. You cannot use array destructuring you should use object destructing instead.