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 075e9f6 commit f387854Copy full SHA for f387854
.changeset/silly-windows-flow.md
@@ -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
@@ -1,6 +1,3 @@
-(Symbol as any).asyncIterator =
- Symbol.asyncIterator || Symbol.for('Symbol.asyncIterator');
-
import { stringify, parse } from 'jsan';
import socketClusterClient, { AGClientSocket } from 'socketcluster-client';
6
import configureStore from './configureStore';
0 commit comments