Reorganizar parches
This commit is contained in:
parent
1801de0a54
commit
19340d819c
9 changed files with 11 additions and 11 deletions
|
@ -1,3 +1,14 @@
|
|||
--- orig/index.jsx 2021-10-11 21:08:09.858345720 -0300
|
||||
+++ sources-gen/index.jsx 2021-10-11 21:09:05.158218059 -0300
|
||||
@@ -30,7 +30,7 @@
|
||||
cache: cache.restore(window.__APOLLO_STATE__), // eslint-disable-line no-underscore-dangle
|
||||
});
|
||||
|
||||
-ReactDOM.hydrate(
|
||||
+ReactDOM.render(
|
||||
<ApolloProvider client={client}>
|
||||
<Provider store={store}>
|
||||
<Router>
|
||||
--- orig/utils/ssr.jsx 2021-10-11 21:17:02.041396123 -0300
|
||||
+++ sources-gen/utils/ssr.jsx 2021-10-11 21:22:17.825984088 -0300
|
||||
@@ -1,7 +1,3 @@
|
|
@ -1,11 +0,0 @@
|
|||
--- orig/index.jsx 2021-10-11 21:08:09.858345720 -0300
|
||||
+++ sources-gen/index.jsx 2021-10-11 21:09:05.158218059 -0300
|
||||
@@ -30,7 +30,7 @@
|
||||
cache: cache.restore(window.__APOLLO_STATE__), // eslint-disable-line no-underscore-dangle
|
||||
});
|
||||
|
||||
-ReactDOM.hydrate(
|
||||
+ReactDOM.render(
|
||||
<ApolloProvider client={client}>
|
||||
<Provider store={store}>
|
||||
<Router>
|
Loading…
Reference in a new issue