Skip to content

Commit

Permalink
Revert "Add polyfill for Symbol.asyncIterator (#1642)" (#1645)
Browse files Browse the repository at this point in the history
* Revert "Add polyfill for Symbol.asyncIterator (#1642)"

This reverts commit 138f4f3.

* Create silly-windows-flow.md
  • Loading branch information
Methuselah96 committed Apr 1, 2024
1 parent 075e9f6 commit f387854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-windows-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@redux-devtools/remote': patch
---

Revert "Add polyfill for Symbol.asyncIterator (#1642)"
3 changes: 0 additions & 3 deletions packages/redux-devtools-remote/src/devTools.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit f387854

Please sign in to comment.