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

Commit a142a3c

Browse files
committed
Merge branch 'hotfix/4.1.2'
2 parents 8727468 + a2f0833 commit a142a3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sensenet/redux",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "A set of redux actions, reducers and redux-ovbservable epics for sensenet",
55
"main": "dist/index.js",
66
"scripts": {

src/Store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const createSensenetStore: <T>(options: CreateStoreOptions<T>) => Store<T
141141

142142
repo.authentication.state.subscribe((state) => {
143143
store.dispatch(Actions.loginStateChanged(state))
144-
})
144+
}, true)
145145

146146
repo.authentication.currentUser.subscribe((user) => {
147147
store.dispatch(Actions.userChanged(user))

0 commit comments

Comments
 (0)