Patch Changes
- 7e9548b: Fix infinite re-render where (1) a React transition is triggered, (2) the search dialog is inside
<Suspense />. This causes theloadingstate to befalseeven aftersetLoading(true), as transition will freeze state updates, and break the render-time state checks ofuseDocsSearch(). - 0997dd6: Deprecate
type: "xxx"usage ofuseDocsSearch(), pass theclientobject instead. The allows a smaller bundle size with improved performance. - 71d58b8: Add
$inferto content loader instance for easier type inference.