diff --git a/incremental/runtime/src/states/GlobalStateManager.ts b/incremental/runtime/src/states/GlobalStateManager.ts index 0371bac5c805f942c76b91c6acec325323b48eeb..fed60f1cf51534e7c25fbd4e18488c2621f10127 100644 --- a/incremental/runtime/src/states/GlobalStateManager.ts +++ b/incremental/runtime/src/states/GlobalStateManager.ts @@ -51,6 +51,7 @@ export class GlobalStateManager { * @internal */ export function updateStateManager(manager: StateManager = GlobalStateManager.instance): void { + manager.syncChanges() manager.updateSnapshot() }