Bug: eslint-plugin-react-hooks@2.4.0: Doesn't allow to use quick fix for exhaustive deps in Inteliji IDEs #18099
Labels
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
React version: 16
eslint-plugin-react-hooks: 2.4.0
Steps To Reproduce
yarn add -D eslint-plugin-react-hooks
// eslint-disable-next-line react-hooks/exhaustive-deps
yarn remove eslint-plugin-react-hooks
yarn add -D eslint-plugin-react-hooks@2.3.0
Link to code example: unavailable
I know it's a weird issue and I have no knowledge where WebStorm or RubyMine take hints for quick fixes, but it's an extremely neat thing once you get used to it. And it looks like some changes introduced in 2.4.0 broke the contract.
The text was updated successfully, but these errors were encountered: