Skip to content

v.0.10.0: optimize hydration render, prevent common error scenarios

Compare
Choose a tag to compare
@phryneas phryneas released this 04 Apr 16:08
· 46 commits to main since this release

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 to false in RSC and SSR builds by @phryneas in #271

Full Changelog: v.0.9.2...v.0.10.0