From bddb7179cf78c1d929df03ead45a0546b0f99284 Mon Sep 17 00:00:00 2001 From: nissy-dev Date: Sun, 2 Jul 2023 14:02:01 +0900 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a472203deb8..8a373752731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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