Skip to content

Commit

Permalink
fix(redux): fix store instantiation from __INITIAL_STATE__ (dvdzkwsk#…
Browse files Browse the repository at this point in the history
  • Loading branch information
needcaffeine authored and David Zukowski committed Apr 4, 2017
1 parent fd16e16 commit bfe1a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import AppContainer from './containers/AppContainer'
// ========================================================
// Store Instantiation
// ========================================================
const initialState = window.___INITIAL_STATE__
const initialState = window.__INITIAL_STATE__
const store = createStore(initialState)

// ========================================================
Expand Down

0 comments on commit bfe1a54

Please sign in to comment.