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 492474b commit afe0c82Copy full SHA for afe0c82
packages/react-reconciler/src/ReactFiberCacheComponent.old.js
@@ -21,7 +21,7 @@ const AbortControllerLocal = enableCache
21
? typeof AbortController !== 'undefined'
22
? AbortController
23
: (function AbortControllerShim() {
24
- const listeners = (this.listeners = []);
+ const listeners = [];
25
const signal = (this.signal = {
26
aborted: false,
27
addEventListener: (type, listener) => {
0 commit comments