Skip to content

Commit

Permalink
fix(analyzer): useExhaustiveDependencies error when useState is on a …
Browse files Browse the repository at this point in the history
…new line #168
  • Loading branch information
denbezrukov committed Sep 10, 2023
1 parent 23ad480 commit 4a01679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
#### Bug fixes

- Fix [#182](https://github.com/biomejs/biome/issues/182), making [useLiteralKeys](https://biomejs.dev/linter/rules/use-literal-keys/) retains optional chaining.
- Fix [#168](https://github.com/biomejs/biome/issues/168), fix [useExhaustiveDependencies](https://biomejs.dev/linter/rules/use-exhaustive-dependencies) false positive case when stable hook is on a new line.

### Parser
### VSCode
Expand Down

0 comments on commit 4a01679

Please sign in to comment.