working with tsx
Unanswered
Japanese jack mackerel posted this in #help-forum
Japanese jack mackerelOP
when setting the type of event is there a way to simply set the type as "event" or do i need to specifiy the speicif element as i have done so far with
React.ChangeEvent<HTMLInputElement> or React.ChangeEvent<HTMLSelectElement>1 Reply
@Japanese jack mackerel when setting the type of event is there a way to simply set the type as "event" or do i need to specifiy the speicif element as i have done so far with `React.ChangeEvent<HTMLInputElement>` or `React.ChangeEvent<HTMLSelectElement>`
you should specify the type as accurate as possible