Skip to content

Instantly share code, notes, and snippets.

@zeuslawyer
Created December 10, 2018 04:14
Show Gist options
  • Save zeuslawyer/5320fc58949ded8f0ffff54fc363e999 to your computer and use it in GitHub Desktop.
Save zeuslawyer/5320fc58949ded8f0ffff54fc363e999 to your computer and use it in GitHub Desktop.
adding modal element to react's index.html
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<div id="modal"></div> . //ADD THIS
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment