Skip to content

Commit 459c652

Browse files
committed
Fixes currentListeners initialization
1 parent 274c2ca commit 459c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/core/reduxBatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function reduxBatch(next) {
22

33
let nextListeners = [];
4-
let currentListeners = currentListeners;
4+
let currentListeners = undefined;
55

66
function ensureCanMutateNextListeners() {
77

0 commit comments

Comments
 (0)