-
Notifications
You must be signed in to change notification settings - Fork 667
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
vscode: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists #1054
Comments
Okay on this machine it started to work after |
I'm having the exact same issue, even after |
@Benji377 This is a pending open issue in Deno. There is a workaround though: By running The issue is tracked here denoland/deno#20582 |
Thank you! |
That didn't work for me in my Fresh project nor did |
+1 |
I just did a fresh vscode and deno install on a windows machine and created example project using https://fresh.deno.dev/docs/getting-started/create-a-project.
Vscode installed twind and deno plugins, but when opening
routes/index.tsx
it is full of such errors.I tried:
What else must be configured to get it going in vscode?
The text was updated successfully, but these errors were encountered: