mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Merge branch 'main' into upgrade-storybook
This commit is contained in:
commit
65135b2d85
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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