Skip to content

Commit

Permalink
return the internal state as part of the Mirador function call
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Dec 12, 2018
1 parent 4c7de99 commit 78dde5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minimal_redux_poc/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ export default function Mirador(config) {
</Provider>,
document.getElementById(config.id),
);
return {
actions,
store,
};
}

0 comments on commit 78dde5f

Please sign in to comment.