Fix session hydration during load
This commit is contained in:
parent
08d38c219d
commit
42d7dc1c6c
2 changed files with 4 additions and 1 deletions
|
@ -88,6 +88,9 @@ export class RootStoreModel {
|
|||
if (hasProp(v, 'onboard')) {
|
||||
this.onboard.hydrate(v.onboard)
|
||||
}
|
||||
if (hasProp(v, 'session')) {
|
||||
this.session.hydrate(v.session)
|
||||
}
|
||||
if (hasProp(v, 'shell')) {
|
||||
this.shell.hydrate(v.shell)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue