Closed mikechau closed 9 years ago
It's a bad idea to render into document.body, so the examples should be updated to render into a <div id="content"></div> instead.
document.body
<div id="content"></div>
JS Bins need to be updated too.
Here's the reason why: https://medium.com/@dan_abramov/two-weird-tricks-that-fix-react-7cf9bbdef375
It's a bad idea to render into
document.body
, so the examples should be updated to render into a<div id="content"></div>
instead.JS Bins need to be updated too.