Merge branch 'main' into upgrade-storybook

This commit is contained in:
Nathan Bierema 2024-04-01 16:38:09 -04:00 committed by GitHub
commit 65135b2d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.9.3
### Patch Changes
- f387854: Revert "Add polyfill for Symbol.asyncIterator (#1642)"
## 0.9.2 ## 0.9.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@redux-devtools/remote", "name": "@redux-devtools/remote",
"version": "0.9.2", "version": "0.9.3",
"description": "Relay Redux actions to remote Redux DevTools.", "description": "Relay Redux actions to remote Redux DevTools.",
"keywords": [ "keywords": [
"redux", "redux",

View File

@ -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';