Skip to content

[pull] main from TanStack:main#162

Merged
pull[bot] merged 6 commits into
manudeli:mainfrom
TanStack:main
May 9, 2025
Merged

[pull] main from TanStack:main#162
pull[bot] merged 6 commits into
manudeli:mainfrom
TanStack:main

Conversation

@pull

@pull pull Bot commented May 9, 2025

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

novice0840 and others added 6 commits May 9, 2025 11:24
* feat(query-core): made "shouldThrowError" function

* refactor(react-query): apply "shouldThrowError" function in react-query package

* refactor(angular-query-experimental): apply "shouldThrowError" function

* refactor(solid-query): apply "shouldThrowError" function

* refactor(vue-query): apply "shouldThrowError" function

* test: add shouldThrowError function test
RTK Query now supports infinite queries as introduced in Redux Toolkit v2.6.0. This feature allows efficient pagination handling through useInfiniteQuery, with built-in support for fetching next/previous pages and managing paginated cache state.

Docs: https://redux-toolkit.js.org/rtk-query/usage/infinite-queries
Release: https://github.com/reduxjs/redux-toolkit/releases/tag/v2.6.0
…9122)

* refactor: exchange react-query noop to query-core noop

* ci: apply automated fixes

* fix: resolve import error

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment