-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
For almost every .tsx file in my project TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. #44418
Comments
This sounds like #41813. Tho that changed with version 4.2.1. |
@MartinJohns is there a way to see which libraries are using a global namespace v. which are not? Maybe within the |
After doing a edit: The updated versions that worked were |
I'm seeing this again with |
Possibly related to #45681. |
This may be caused by IED (like VSCode). When an update prompt appears, try updating it first. Updates: |
I just updated the VSCode and it solved the issue. |
Bug Report
π Search Terms
TS7026
no interface JSX.IntrinsicElements exists typescript 4.3
typescript 4.3 breaking changes
.π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
The tsconfig.json in our project
π Actual behavior
Using Yarn 3 with PnP and webpack 5. We're also using the ts fork checker plugin. With a project that built in typescript@4.2.4, typescript@4.3.2 errors has an error in every tsx file.
It's usually
TS7026: JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
But there are a few
and
π Expected behavior
There might be a few broken things from breaking changes, but the project should compile.
The text was updated successfully, but these errors were encountered: