HTML Input Element is missing types
Has anyone seen or encountered this issue? where you have a
ChangeEvent<HTMLInputElement>
on an input tag, but the types/properties don't exist for typescript, but work if you use //@ts-ignore
I'm not even sure what the issue is. I've tried restarting the language server, restarting the window, and my own machine, but nothing seems to fix this persistent issue and I'm totally at a lose for how to resolve it.0 Replies