Skip to content

Commit f387854

Browse files
authored
Revert "Add polyfill for Symbol.asyncIterator (#1642)" (#1645)
* Revert "Add polyfill for Symbol.asyncIterator (#1642)" This reverts commit 138f4f3. * Create silly-windows-flow.md
1 parent 075e9f6 commit f387854

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/silly-windows-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@redux-devtools/remote': patch
3+
---
4+
5+
Revert "Add polyfill for Symbol.asyncIterator (#1642)"

packages/redux-devtools-remote/src/devTools.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
(Symbol as any).asyncIterator =
2-
Symbol.asyncIterator || Symbol.for('Symbol.asyncIterator');
3-
41
import { stringify, parse } from 'jsan';
52
import socketClusterClient, { AGClientSocket } from 'socketcluster-client';
63
import configureStore from './configureStore';

0 commit comments

Comments
 (0)