Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Jul 12, 2018
2 parents 8727468 + a2f0833 commit a142a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sensenet/redux",
"version": "4.1.1",
"version": "4.1.2",
"description": "A set of redux actions, reducers and redux-ovbservable epics for sensenet",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const createSensenetStore: <T>(options: CreateStoreOptions<T>) => Store<T

repo.authentication.state.subscribe((state) => {
store.dispatch(Actions.loginStateChanged(state))
})
}, true)

repo.authentication.currentUser.subscribe((user) => {
store.dispatch(Actions.userChanged(user))
Expand Down

0 comments on commit a142a3c

Please sign in to comment.