Skip to content

Instantly share code, notes, and snippets.

@GiveMeSomething
Last active July 13, 2023 08:54
Show Gist options
  • Save GiveMeSomething/a06f37b13540e69702ff3edb11d03adf to your computer and use it in GitHub Desktop.
Save GiveMeSomething/a06f37b13540e69702ff3edb11d03adf to your computer and use it in GitHub Desktop.
eslint-plugin-react avoid leaked render
{
rules: [
"react/jsx-no-leaked-render": ["error", { "validStrategies": ["coerce"] }]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment