We'll no longer throw if initialValue is not provided in SSR, though this will result in hydration mismatch and providing an initialValue should be considered required for SSR, but since there's no way to enforce this at type/build time we've opted to go with this approach instead.
Description
Fixes (issue #)
We'll no longer throw if
initialValue
is not provided in SSR, though this will result in hydration mismatch and providing aninitialValue
should be considered required for SSR, but since there's no way to enforce this at type/build time we've opted to go with this approach instead.Related discussion can be found here