Last active
September 14, 2018 10:56
-
-
Save djds4rce/6935cab46e72defa128a652c7b8bb12f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const element = <h1>Hello World</h1>; | |
debugger; | |
ReactDOM.render( | |
element, | |
document.getElementById('fitment-widget-div') | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment