Skip to content

fumadocs-core@16.10.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:56
· 8 commits to dev since this release
a9f9888

Patch Changes

  • 7e9548b: Fix infinite re-render where (1) a React transition is triggered, (2) the search dialog is inside <Suspense />. This causes the loading state to be false even after setLoading(true), as transition will freeze state updates, and break the render-time state checks of useDocsSearch().
  • 0997dd6: Deprecate type: "xxx" usage of useDocsSearch(), pass the client object instead. The allows a smaller bundle size with improved performance.
  • 71d58b8: Add $infer to content loader instance for easier type inference.