mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-24 15:09:49 +03:00
Fix that one too
This commit is contained in:
parent
02a968ac1f
commit
49373ab336
|
@ -32,7 +32,7 @@ To parse a Record class back, you need to specify a reference to it:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import Immutable from 'immutable';
|
import Immutable from 'immutable';
|
||||||
import Serialize from 'remotedev-serialize';
|
import Serialize from 'redux-devtools-serialize';
|
||||||
|
|
||||||
const ABRecord = Immutable.Record({ a: 1, b: 2 });
|
const ABRecord = Immutable.Record({ a: 1, b: 2 });
|
||||||
const { stringify, parse } = Serialize.immutable(Immutable, [ABRecord]);
|
const { stringify, parse } = Serialize.immutable(Immutable, [ABRecord]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user