mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-28 08:59:45 +03:00
Revert "Add polyfill for Symbol.asyncIterator (#1642)"
This reverts commit 138f4f37b6
.
This commit is contained in:
parent
075e9f6099
commit
6bb692a8ab
|
@ -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