-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property 'li' does not exist on type 'JSX.IntrinsicElements' #436
Comments
Also want to note that its able to detect all typescript and react elements just fine. Its only complaining about the regular HTML tags like div, li, ul, ect... |
I think this is something to do with my tsconfig or node modules installed, because its not happening in another project that has tsx files in it |
I was having this same problem (along with some others) and realized that Line 1180 in d8a2f44
Line 184 in d8a2f44
and the project I was starting up was using typescript 5.0.2 and there were some incompatibilities. I solved this by setting I got the solution from #434 (comment), thanks @yaegassy for the explanation. |
Fixed on [email protected] |
I am new to react and every time I open or write regular html tags I get errors about them using coc-tsserver
Plugs:
The text was updated successfully, but these errors were encountered: