mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Add polyfill for Symbol.asyncIterator (#1642)
* Add polyfill for Symbol.asyncIterator * Create tame-dancers-fail.md * Format
This commit is contained in:
parent
8f166edc73
commit
138f4f37b6
5
.changeset/tame-dancers-fail.md
Normal file
5
.changeset/tame-dancers-fail.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@redux-devtools/remote': patch
|
||||
---
|
||||
|
||||
Fix Hermes support by adding polyfill for Symbol.asyncIterator
|
|
@ -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