We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultState
NextReduxCookieMiddlewareConfig
1 parent 8908ceb commit a7b3a49Copy full SHA for a7b3a49
main/src/config.ts
@@ -105,7 +105,7 @@ export interface InternalSubtreeConfig
105
* but `false` for `three`.
106
*/
107
export interface NextReduxCookieMiddlewareConfig
108
- extends Omit<SubtreeConfig, "subtree" | "cookieName"> {
+ extends Omit<SubtreeConfig, "subtree" | "cookieName" | "defaultState"> {
109
/**
110
* Specifies which subtrees of the state shall be synced with cookies, and how. Takes a list of
111
* subtree paths (e.g. `my.subtree`) and/or {@link SubtreeConfig} objects.
0 commit comments