Skip to content

Commit 4444c50

Browse files
committed
Temporarily disable react/jsx-no-leaked-render
jsx-eslint/eslint-plugin-react#3292
1 parent 923df2c commit 4444c50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/react.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ module.exports = {
4444
"react/jsx-no-comment-textnodes": "error",
4545
"react/jsx-no-constructed-context-values": "error",
4646
"react/jsx-no-duplicate-props": "error",
47-
"react/jsx-no-leaked-render": "error",
47+
// TODO: turn on after this bug has been fixed: https://github.com/jsx-eslint/eslint-plugin-react/issues/3292
48+
"react/jsx-no-leaked-render": "off",
4849
"react/jsx-no-literals": "off",
4950
"react/jsx-no-script-url": "error",
5051
"react/jsx-no-target-blank": "error",

0 commit comments

Comments
 (0)