diff --git a/src/index.js b/src/index.js index 51d9366..710dd4b 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,7 @@ if (module.hot) { module.hot.accept('./ui/main.js', () => { const NextMain = require('./ui/main.js').default; skip_init = true; - render(, document.getElementById('react-root')); + render(); }); }