Closed otmjka closed 7 years ago
I had window.__PRELOADED_STATE__ === undefined in the client.js. I've replace setup of window.__PRELOADED_STATE__ above the app scripts at server.js.
window.__PRELOADED_STATE__ === undefined
client.js
window.__PRELOADED_STATE__
server.js
And replace here(server.js) getState line after setup actions. (doubtful)
I had
window.__PRELOADED_STATE__ === undefined
in theclient.js
. I've replace setup ofwindow.__PRELOADED_STATE__
above the app scripts atserver.js
.And replace here(server.js) getState line after setup actions. (doubtful)