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 f65eebe commit ff05eebCopy full SHA for ff05eeb
src/index.ts
@@ -437,6 +437,7 @@ class InternalInstance {
437
if (iteratedEventName === eventName) {
438
const current = this.accumulations.get(resultKey) ?? [];
439
this.accumulations.set(resultKey, current.concat(event));
440
+ this.callbacks.didChangeAccumulations();
441
}
442
443
0 commit comments