mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
optional
This commit is contained in:
parent
72b8ef502e
commit
c90e541329
|
@ -8,7 +8,7 @@ export default function persistState<
|
|||
A extends Action<unknown>,
|
||||
MonitorState
|
||||
>(
|
||||
sessionId: string | null | undefined,
|
||||
sessionId?: string | null,
|
||||
deserializeState: (state: S) => S = identity,
|
||||
deserializeAction: (action: A) => A = identity
|
||||
): StoreEnhancer {
|
||||
|
|
Loading…
Reference in New Issue
Block a user