mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
* Revert "Add polyfill for Symbol.asyncIterator (#1642)"
This reverts commit 138f4f37b6
.
* Create silly-windows-flow.md
This commit is contained in:
parent
075e9f6099
commit
f3878541c2
5
.changeset/silly-windows-flow.md
Normal file
5
.changeset/silly-windows-flow.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@redux-devtools/remote': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Revert "Add polyfill for Symbol.asyncIterator (#1642)"
|
|
@ -1,6 +1,3 @@
|
||||||
(Symbol as any).asyncIterator =
|
|
||||||
Symbol.asyncIterator || Symbol.for('Symbol.asyncIterator');
|
|
||||||
|
|
||||||
import { stringify, parse } from 'jsan';
|
import { stringify, parse } from 'jsan';
|
||||||
import socketClusterClient, { AGClientSocket } from 'socketcluster-client';
|
import socketClusterClient, { AGClientSocket } from 'socketcluster-client';
|
||||||
import configureStore from './configureStore';
|
import configureStore from './configureStore';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user