Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Jul 2, 2023
1 parent 12e4e66 commit bddb717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ multiple files:
The rule no longer reports `This constructor calls super() in a loop`
when using nested if statements in a constructor.

- Fix [useHookAtTopLevel](https://docs.rome.tools/lint/rules/usehookattoplevel/) 's false positive diagnostics ([#4637](https://github.com/rome/tools/issues/4637))

The rule no longer reports false positive diagnostics when accessing properties directly from a hook and calling a hook inside function arguments.

### Parser

### VSCode
Expand Down

0 comments on commit bddb717

Please sign in to comment.