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.
2 parents 1a0215c + 35dbaf8 commit 83708feCopy full SHA for 83708fe
client/index.js
@@ -26,12 +26,12 @@ const rootElement = document.getElementById('app');
26
27
// Creates the Redux store based on the initial state passed down by the server
28
// rendering.
29
+const initialState = window.__INITIAL_STATE__;
30
const store = configureStore(initialState);
31
const history = syncHistoryWithStore(
32
(__CORDOVA__ ? hashHistory : browserHistory),
33
store
34
);
-const initialState = window.__INITIAL_STATE__;
35
36
/* FastClick
37
* Disables the 300ms delay for mobile apps. Comment out or add a conditional
0 commit comments