Skip to content

Commit

Permalink
append appName to dispatched action payloads like before.
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Dec 28, 2016
1 parent 262ba27 commit 66548ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/createApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ class BaseApp {
initialState,
enableLogger: this.options.enableLogger,
thunkArgument: { app: this },
appendAction: {
appName: this.options.name,
},
});
this.options.store = new Store();

Expand Down

0 comments on commit 66548ea

Please sign in to comment.