Skip to content

Instantly share code, notes, and snippets.

@diericx
Created September 10, 2019 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diericx/8e4efd459fd03db00da3c513b0f4c14e to your computer and use it in GitHub Desktop.
Save diericx/8e4efd459fd03db00da3c513b0f4c14e to your computer and use it in GitHub Desktop.
function Bad({onEvent}) {
if (some condition) {
onEvent();
}
return <h1>Uh oh</h1>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment