Deprecation messages using 'next' eslint + Typescript
Unanswered
pakusland posted this in #help-forum
Hi!
I'm receiving this kind of messages
If I configure eslint to not use 'next/core-web-vitals' or 'next' the warning disappear but, of course, I'm not taking advantage of the rule's presets.
Has anyone have the same problem?
I'm receiving this kind of messages
DeprecationWarning: The 'typeParameters' property is deprecated on CallExpression nodes. when using eslint + Typescript. Lately I updated to the NextJS 14 and this messages started to appear. If I configure eslint to not use 'next/core-web-vitals' or 'next' the warning disappear but, of course, I'm not taking advantage of the rule's presets.
Has anyone have the same problem?