fix(core): update
This commit is contained in:
@ -59,6 +59,7 @@ export class Smartstate<StatePartNameType> {
|
||||
storeName: statePartName as any,
|
||||
} : null
|
||||
);
|
||||
await newState.init();
|
||||
const currentState = newState.getState();
|
||||
await newState.setState({
|
||||
...initialPayloadArg,
|
||||
|
Reference in New Issue
Block a user