Skip to content
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

Bug: Shows error when jsx is react-jsx in tsconfig instead of react #20391

Closed
bineetNaidu opened this issue Dec 7, 2020 · 3 comments
Closed

Comments

@bineetNaidu
Copy link

React version: 17.0.1

Steps To Reproduce

  1. npx create-react-app [your project name] --template typescript
  2. set target in tsconfig to ESNEXT

The current behavior

In VS Code their is many syntax error highlight and it says "Cannot use JSX unless the '--jsx' flag is provided.ts(17004)"

The expected behavior

It Should be normal like other version of react usage

Screenshots

tsconfig.json
Screenshot from 2020-12-07 17-09-22
index.tsx
Screenshot from 2020-12-07 17-10-37

@bineetNaidu bineetNaidu added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Dec 7, 2020
@eps1lon
Copy link
Collaborator

eps1lon commented Dec 7, 2020

Thanks for the report.

VSCode is, by default, using their own version of TypeScript. In your case: 4.0.3. However, "jsx": "react-jsx" is only supported starting with TypeScript 4.1. You can change the version though to the version used in your package:
react-jsx-vscode

how to find the current version of TypeScript used in VSCode ![101346839-2a987980-38af-11eb-9ebd-e63388f52df1](https://user-images.githubusercontent.com/12292047/101359911-311df580-389d-11eb-89f8-91b288731653.png)

@eps1lon eps1lon closed this as completed Dec 7, 2020
@eps1lon eps1lon added Resolution: Support Redirect and removed Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Dec 7, 2020
@bineetNaidu
Copy link
Author

Thanks for letting me to know, I thought that it was a bug 😅 😅 😅

@Cidrax
Copy link

Cidrax commented Jan 31, 2021

Im using WebStorms and have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants