mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fix
This commit is contained in:
parent
799437e8ef
commit
40bc2ae516
|
@ -168,12 +168,14 @@ export function stringify(
|
||||||
|
|
||||||
export function getSeralizeParameter(
|
export function getSeralizeParameter(
|
||||||
config: {
|
config: {
|
||||||
serialize?: {
|
serialize?:
|
||||||
immutable?: typeof Immutable;
|
| {
|
||||||
refs?: (new (data: any) => unknown)[] | null;
|
immutable?: typeof Immutable;
|
||||||
replacer?: (key: string, value: unknown) => unknown;
|
refs?: (new (data: any) => unknown)[] | null;
|
||||||
options?: unknown | boolean;
|
replacer?: (key: string, value: unknown) => unknown;
|
||||||
};
|
options?: unknown | boolean;
|
||||||
|
}
|
||||||
|
| boolean;
|
||||||
},
|
},
|
||||||
param: string
|
param: string
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user