mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Add polyfill for Symbol.asyncIterator
This commit is contained in:
parent
8f166edc73
commit
7dee7aa4c9
|
@ -1,3 +1,6 @@
|
|||
(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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user