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.
ssr
1 parent b3cec4b commit 6b800deCopy full SHA for 6b800de
1 file changed
README.md
@@ -57,7 +57,7 @@ by `ssr: 'initial'`:
57
58
```tsx
59
export const Header = () => {
60
- const profile = useStore($profile, { ssr: true })
+ const profile = useStore($profile, { ssr: 'initial' })
61
// Hydrate with initial profile, then render latest client-side value
62
return <header>{profile.name}</header>
63
}
0 commit comments