We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e8a37 commit 8d11e31Copy full SHA for 8d11e31
1 file changed
src/framework/index.js
@@ -42,6 +42,8 @@ export const initStore = (name, version, initialState = {}) => {
42
});
43
44
}
45
+
46
+ return {store, history};
47
};
48
49
class Application extends React.Component {
0 commit comments