You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 🐛 Fix SSR prefetch by adding HydrationBoundary and stable cursor (#44)
* fix: 🐛 Fix SSR prefetch by adding HydrationBoundary and stable cursor
fix: add HydrationBoundary and fix prefetch for data tables - Wrap all data tables in HydrationBoundary for proper SSR hydration - Add non-zero staleTime to prevent immediate client-side refetching - Fix infinite query initialPageParam to use stable cursor value - Pass server-parsed search params to client to avoid timestamp mismatches - Add loading states for better navigation experience Fixes prefetchQuery/prefetchInfiniteQuery not working without proper hydration setup The commit follows conventional commits format: - Type: fix (this is a bug fix - prefetch wasn't working) - Scope: Could optionally add scope like fix(data-table): if you prefer - Description: Clear and concise - Body: Lists the key changes - Footer: Explains what issue it fixes
* chore: remove default cursor query param
---------
Co-authored-by: Maximilian Kaske <[email protected]>
0 commit comments