v11.12.0
📦 trpcView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release addresses two specific bugs concerning type errors in useSuspenseInfiniteQuery and reconnection logic for SSE subscriptions.
🐛 Bug Fixes
- Fixed a type error in useSuspenseInfiniteQuery when getNextPageParam is not provided in tanstack-react-query.
- Resolved an issue where SSE subscriptions failed to reconnect after reaching maxDurationMs.