Alex Malkevich

Results 96 comments of Alex Malkevich

Seems like this breaks backwards compatibility with ESlint v7... I'm not sure if it's even worth fixing, maybe we could drop the support all together? In which case we need...

Hey, did you try to remove the jsdoc from the class altogether and see if it works without `@inheritDoc`?

Hey @sebakerckhof, I think we can bring your fixes into the current rules in the way that does not introduce extra rule, since this plugin already checks JSX code. I'm...

@karlhorky thanks for testing it with eslint v9! Indeed there are some BC that have to be addressed in order to support v9. If you like you are welcome to...

Did some [initial work ](https://github.com/gund/eslint-plugin-deprecation/pull/79) on the v9 support but in general it's not possible to use it due to [upstream dependencies not supporting it](https://github.com/typescript-eslint/typescript-eslint/issues/8211) yet.

Hey folks, sorry for a delay. This rule has been migrated to [`typescript-eslint`](https://github.com/typescript-eslint/typescript-eslint) project and is now maintained there. The docs for the new rule can be found [here](https://typescript-eslint.io/rules/no-deprecated). It...

The problem is actually within the RHF hooks like `useController` as they are causing the re-renders even if the leaf components are fully memoized and no props have changed -...

Hey, I think it's best if you can create a repro example online so everyone can clearly see which case does not work. From your example it's a bit fuzzy...

This is not very useful I think we need more info to understand this issue. Did you disable all other eslint plugins/rules, whats the project size, what OS and what's...

Thanks for posting more details on this! Regarding the execution time of this rule we already have an [issue opened](https://github.com/gund/eslint-plugin-deprecation/issues/44) but I'm afraid there is not much we can do...