-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Typescript version isssue #7160
Comments
I get the exact same waning after generating a new app with |
Found related issue in TypeScript ESLint: typescript-eslint/typescript-eslint#577 I think it will be fixed soon. |
This is now fixed in the underlying tools. react-scripts just needs to bump their versions, I think? |
@huntwj Can someone from create-react-app team be notified to do this? |
Thanks for the heads up. I've opened #7222 which should fix this. |
Per the typescript-eslint docs, I tried to suppress this error by falsifying the "eslintConfig": {
"extends": "react-app",
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
}
}, But the error message still shows on |
As per docs ran the
... create-react-app --typescript
command. I eject it.yarn start
it.The project runs but before server is up after hitting the command
yarn start
There is a warning that says "TYPESCRIPT supported versions are >3.2.0 and <3.5.0 ".I'm afraid I didn't manually upgrade typescript version but did have to run
yarn install
after ejecting.The current version of typescript installed is 3.5.1.
Should I consider this warning as serious and degrade my typescript?
EXACT ERROR:
The text was updated successfully, but these errors were encountered: