We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfb31a commit f788b7aCopy full SHA for f788b7a
packages/node_modules/overmind-angular/src/index.ts
@@ -78,8 +78,8 @@ export default class VueApp<
78
paths: Array.from(paths),
79
})
80
this.__listener = instance.addMutationListener(paths, (flushId) => {
81
- this.cdr && this.cdr.markForCheck()
82
this.__shouldUpdatePaths = true
+ this.cdr && this.cdr.detectChanges()
83
instance.eventHub.emitAsync(EventType.COMPONENT_UPDATE, {
84
componentId,
85
componentInstanceId: this.__componentInstanceId,
0 commit comments