Skip to content

Instantly share code, notes, and snippets.

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 DinAlla/0cf49b55b81d98615561714ee3654dcb to your computer and use it in GitHub Desktop.
Save DinAlla/0cf49b55b81d98615561714ee3654dcb to your computer and use it in GitHub Desktop.
const ExampleComponent= (props: Props) => (
{window.location.pathname === '/newPathname’ &&
<button><button/>
}
<button><button/>
);
export default ExampleComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment