Skip to content

Instantly share code, notes, and snippets.

@dbilgili
Created December 13, 2018 22:32
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 dbilgili/828f6b5148d82491733bb956339ec0ef to your computer and use it in GitHub Desktop.
Save dbilgili/828f6b5148d82491733bb956339ec0ef to your computer and use it in GitHub Desktop.
// vim: syntax=JSX
return (
isOpen && ReactDOM.createPortal(
<span onClick={e => e.stopPropagation()} style={style}>{React.cloneElement(child)}</span>, document.body
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment