Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lint): disable
react/no-unknown-property
(#40331)
~(PR jsx-eslint/eslint-plugin-react#3377) introduced a change in `[email protected]` that will now show an error when unknown properties appear on elements. We can opt out of this by overriding the default.~ As discussed internally, we are turning `react/no-unknown-property` off, as it might be confusing even if different props are being used, (eg.: `css` for `emotion`). It's easy to fix https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md#rule-options, but it might not be clear at first glance that Next.js is using `eslint-plugin-react` internally. If the user wants to enforce this rule, they can still add it to their own `rules` config. Fixes #40321, ref: #40269, #38333
- Loading branch information