Skip to content

Commit afe0c82

Browse files
committed
replace-fork
1 parent 492474b commit afe0c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberCacheComponent.old.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const AbortControllerLocal = enableCache
2121
? typeof AbortController !== 'undefined'
2222
? AbortController
2323
: (function AbortControllerShim() {
24-
const listeners = (this.listeners = []);
24+
const listeners = [];
2525
const signal = (this.signal = {
2626
aborted: false,
2727
addEventListener: (type, listener) => {

0 commit comments

Comments
 (0)