diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4f571e6d..95cfb36652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +### Fixed +* [`no-unknown-property`]: avoid warning on `fbt` nodes entirely ([#3391][] @ljharb) + +[#3391]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3391 + ## [7.31.6] - 2022.09.04 ### Fixed diff --git a/lib/rules/no-unknown-property.js b/lib/rules/no-unknown-property.js index 25a8ece9c6..6a8c18db41 100644 --- a/lib/rules/no-unknown-property.js +++ b/lib/rules/no-unknown-property.js @@ -502,60 +502,63 @@ module.exports = { const tagName = getTagName(node); - // Let's dive deeper into tags that are HTML/DOM elements (`