We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f166ed commit 138f4f3Copy full SHA for 138f4f3
.changeset/tame-dancers-fail.md
@@ -0,0 +1,5 @@
1
+---
2
+'@redux-devtools/remote': patch
3
4
+
5
+Fix Hermes support by adding polyfill for Symbol.asyncIterator
packages/redux-devtools-remote/src/devTools.ts
@@ -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';
6
import configureStore from './configureStore';
0 commit comments