Skip to content

Commit

Permalink
✏️ paraphrase defaultServerValue option description
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Nov 13, 2024
1 parent 97b0461 commit ce1cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Type: `any`

Default: `undefined`

The default value for the server if it should be different from the client's default value. Server will use `defaultValue` if `defaultServerValue` is not provided.
The default value for server-rendering and hydration. If not set, it will use `defaultValue` option instead. Set only if you want it to be different than the client value.

#### `options.storageSync`

Expand Down

0 comments on commit ce1cbcc

Please sign in to comment.