We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest recommended preset has a at least one rule that is using deprecated typeParameters property from typescript-eslint. See https://typescript-eslint.io/linting/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings
When running tests I see hundreds of instances of "DeprecationWarning: The 'typeParameters' property is deprecated on CallExpression nodes. Use 'typeArguments' instead. See https://typescript-eslint.io/linting/troubleshooting#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings." in console output.
If I remove "plugin:react/recommended" from the extends property of eslintConfig, the warnings are removed.
There's a fix described at the above link which keeps backward compat with v5 and looks pretty straightforward.
Expect no deprecation warnings.
v7.33.2
v8.56.0
v20.10.0
The text was updated successfully, but these errors were encountered:
Duplicate of #3602. Will be fixed by #3629.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Description Overview
Latest recommended preset has a at least one rule that is using deprecated typeParameters property from typescript-eslint. See https://typescript-eslint.io/linting/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings
When running tests I see hundreds of instances of "DeprecationWarning: The 'typeParameters' property is deprecated on CallExpression nodes. Use 'typeArguments' instead. See https://typescript-eslint.io/linting/troubleshooting#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings." in console output.
If I remove "plugin:react/recommended" from the extends property of eslintConfig, the warnings are removed.
There's a fix described at the above link which keeps backward compat with v5 and looks pretty straightforward.
Expected Behavior
Expect no deprecation warnings.
eslint-plugin-react version
v7.33.2
eslint version
v8.56.0
node version
v20.10.0
The text was updated successfully, but these errors were encountered: