Skip to content

Instantly share code, notes, and snippets.

@sunguru98
Created December 23, 2019 10:06
Show Gist options
  • Save sunguru98/05683c333fcb2e411bbf8a2c588202df to your computer and use it in GitHub Desktop.
Save sunguru98/05683c333fcb2e411bbf8a2c588202df to your computer and use it in GitHub Desktop.
Markdium-Build an OCR/Image Search application with MERN Stack
ReactDOM.createPortal(
<PortalContainer onClick={event => !event.target.closest("img") ? onClick() : null}>
<React.Fragment>
<BackButton onClick={onClick}>
<LeftIcon />
</BackButton>
{children}
</React.Fragment>
</PortalContainer>,
modalElement
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment