mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Merge branch 'main' into upgrade-storybook
This commit is contained in:
commit
65135b2d85
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.9.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f387854: Revert "Add polyfill for Symbol.asyncIterator (#1642)"
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@redux-devtools/remote",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"description": "Relay Redux actions to remote Redux DevTools.",
|
||||
"keywords": [
|
||||
"redux",
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
(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