fix(core): update
This commit is contained in:
@ -53,6 +53,7 @@ export class StatePart<TStatePartName, TStatePayload> {
|
||||
if (this.webStore) {
|
||||
await this.webStore.set(String(this.name), newStateArg);
|
||||
}
|
||||
return this.stateStore;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user