We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5af7a commit 3271771Copy full SHA for 3271771
src/front/index.js
@@ -51,10 +51,10 @@ const renderApp = RootComponent => {
51
</AppContainer>
52
);
53
54
- // // needed for react-snap:
55
- // if (bootstrapedElement.hasChildNodes()) {
56
- // return hydrate(<Application />, bootstrapedElement);
57
- // }
+ // needed for react-snap:
+ if (bootstrapedElement.hasChildNodes()) {
+ return hydrate(<Application />, bootstrapedElement);
+ }
58
59
return root.render(<Application />);
60
};
0 commit comments