Skip to content

Commit

Permalink
Fix Redux fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Mar 3, 2017
1 parent d5d72ea commit c8bf7f3
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 443 deletions.
2 changes: 1 addition & 1 deletion cosmos/redux-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default () => {

const store = createStore(
rootReducer,
{ game: initialState },
initialState,
applyMiddleware(thunk)
);
_destroyLayout = initLayout({ store, computeLayout });
Expand Down
Loading

0 comments on commit c8bf7f3

Please sign in to comment.