Closed
Description
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
N/A
Environment
Environment:
OS: Windows 10
Node: 10.16.0
Yarn: 1.16.0
npm: 6.3.0
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.4.0.0 AI-183.5429.30.34.5452501
Packages: (wanted => installed)
react: ^16.8.6 => 16.8.6
react-dom: ^16.8.6 => 16.8.6
react-scripts: 3.0.1 => 3.0.1
Steps to Reproduce
yarn create react-app test --typescript
cd test
yarn build
Expected Behavior
A warning should not appear.
Actual Behavior
This warning appears:
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.5.0
YOUR TYPESCRIPT VERSION: 3.5.2
Please only submit bug reports when using the officially supported version.
This reported already here, and was marked fixed, but it's still happening.
Reproducible Demo
N/A