We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e9fe3 commit 5702cd5Copy full SHA for 5702cd5
1 file changed
src/client.tsx
@@ -38,7 +38,7 @@ setStylesTarget(document.getElementById("styles-target"));
38
39
if ((module as any).hot) {
40
(module as any).hot.accept("./app/containers", () => {
41
- const {NewApp} = require("./app/containers");
+ const {App: NewApp} = require("./app/containers/App");
42
ReactDOM.hydrate(
43
<ReactHotLoader>
44
<Provider store={store}>
0 commit comments