You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
See the output from the build logs below:
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.7.4
Eslint creates warnings on typescript features that were introducted in v3.5.0 or later. We should bump the linter to its latest version.
The text was updated successfully, but these errors were encountered:
Describe the bug
See the output from the build logs below:
Eslint creates warnings on typescript features that were introducted in v3.5.0 or later. We should bump the linter to its latest version.
The text was updated successfully, but these errors were encountered: