We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923df2c commit 4444c50Copy full SHA for 4444c50
plugins/react.js
@@ -44,7 +44,8 @@ module.exports = {
44
"react/jsx-no-comment-textnodes": "error",
45
"react/jsx-no-constructed-context-values": "error",
46
"react/jsx-no-duplicate-props": "error",
47
- "react/jsx-no-leaked-render": "error",
+ // 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",
49
"react/jsx-no-literals": "off",
50
"react/jsx-no-script-url": "error",
51
"react/jsx-no-target-blank": "error",
0 commit comments