v.0.10.0: optimize hydration render, prevent common error scenarios
What's Changed
- 0.10.0 (1) - Throw error when passing arguments into
getClient
. by @phryneas in #203 - 0.10.0 (2) - Warn if makeClient returns the same client for multiple requests. by @phryneas in #205
- 0.10.0 (3) switch rehydration mismatch protection to
useSyncExternalStore
by @phryneas in #207 - 0.10.0 (4) default
connectToDevTools
tofalse
in RSC and SSR builds by @phryneas in #271
Full Changelog: v.0.9.2...v.0.10.0