Skip to content

Commit ff05eeb

Browse files
committed
Actually emit event
1 parent f65eebe commit ff05eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ class InternalInstance {
437437
if (iteratedEventName === eventName) {
438438
const current = this.accumulations.get(resultKey) ?? [];
439439
this.accumulations.set(resultKey, current.concat(event));
440+
this.callbacks.didChangeAccumulations();
440441
}
441442
}
442443
}

0 commit comments

Comments
 (0)