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
It needs to be changed to "typeArguments" (and the other deprecations in the Pr linked above).
Expected Behavior
The result is that eslint-pugin-react doesn't find any declared props in a typescript project.
I see there is a PR to fix this: #3788 but it is about the deprecations, not the fact that eslint-plugin-react just stops working without any indication why (no errors from npm etc.)
eslint-plugin-react version
7.35.0
eslint version
v8.57.0
node version
v22
The text was updated successfully, but these errors were encountered:
This isn't really a bug, to be clear, it's just something we don't support yet - and that shouldn't be surprising since it was just released like 24 hours ago.
Indeed, #3629 blocks supporting v6, and then we can work on v7 and then v8.
Is there an existing issue for this?
Description Overview
Due to : typescript-eslint/typescript-eslint#8933
accessing "typeParameters" will now be undefined.
It needs to be changed to "typeArguments" (and the other deprecations in the Pr linked above).
Expected Behavior
The result is that eslint-pugin-react doesn't find any declared props in a typescript project.
I see there is a PR to fix this: #3788 but it is about the deprecations, not the fact that eslint-plugin-react just stops working without any indication why (no errors from npm etc.)
eslint-plugin-react version
7.35.0
eslint version
v8.57.0
node version
v22
The text was updated successfully, but these errors were encountered: