Revert "Add polyfill for Symbol.asyncIterator (#1642)" (#1645)

* Revert "Add polyfill for Symbol.asyncIterator (#1642)"

This reverts commit 138f4f37b6.

* Create silly-windows-flow.md
This commit is contained in:
Nathan Bierema 2024-04-01 16:19:53 -04:00 committed by GitHub
parent 075e9f6099
commit f3878541c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
'@redux-devtools/remote': patch
---
Revert "Add polyfill for Symbol.asyncIterator (#1642)"

View File

@ -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';
import configureStore from './configureStore';