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(types): resolve UseInfiniteQueryMethod type mismatch with infiniteQueryOptions
- Add initialPageParam to UseInfiniteQueryMethod options
- Use InferPageParamType<Options> instead of unknown for TPageParam
- Clean up unused variables in tests
0 commit comments