Issue #7487 fix: (query-broadcast-client-experimental) - removing query from one tab doesn't remove it from all tabs#9017
Merged
TkDodo merged 6 commits intoTanStack:mainfrom May 4, 2025
gopnik5:tab-fix
Merged
Issue #7487 fix: (query-broadcast-client-experimental) - removing query from one tab doesn't remove it from all tabs#9017TkDodo merged 6 commits intoTanStack:mainfrom gopnik5:tab-fix
TkDodo merged 6 commits intoTanStack:mainfrom
gopnik5:tab-fix
Conversation
…tab doesn't remove it from all tabs
…tab doesn't remove it from all tabs
TkDodo
reviewed
Apr 17, 2025
TkDodo
approved these changes
May 3, 2025
|
View your CI Pipeline Execution ↗ for commit 955150b.
☁️ Nx Cloud last updated this comment at |
TkDodo
reviewed
May 4, 2025
Collaborator
TkDodo
left a comment
There was a problem hiding this comment.
you need to add a vite config to make the test errors go away. Have a look at the react-query package how it’s done there.
Collaborator
|
I did that here: 955150b |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9017 +/- ##
==========================================
- Coverage 44.60% 44.50% -0.11%
==========================================
Files 203 204 +1
Lines 8107 8148 +41
Branches 1804 1824 +20
==========================================
+ Hits 3616 3626 +10
- Misses 4059 4079 +20
- Partials 432 443 +11 🚀 New features to boost your workflow:
|
vaernion
pushed a commit
to Arbeidstilsynet/brevgen2
that referenced
this pull request
Dec 3, 2025
… (minor) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://github.com/TanStack/query/tree/HEAD/packages/react-query)) | [`5.74.11` -> `5.75.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/5.74.11/5.75.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools)) | [`5.74.11` -> `5.75.2`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/5.74.11/5.75.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TanStack/query (@​tanstack/react-query)</summary> ### [`v5.75.2`](https://github.com/TanStack/query/releases/tag/v5.75.2) [Compare Source](TanStack/query@v5.75.1...v5.75.2) Version 5.75.2 - 5/4/25, 8:14 AM ##### Changes ##### Fix - (query-broadcast-client-experimental) - removing query from one tab doesn"t remove it from all tabs ([#​9017](TanStack/query#9017)) ([`674f83e`](TanStack/query@674f83e)) by gopnik5 ##### Chore - react-query: isRestoring -> IsRestoreProvider like QueryClientProvider ([#​8717](TanStack/query#8717)) ([`91b75a9`](TanStack/query@91b75a9)) by [@​manudeli](https://github.com/manudeli) ##### Test - react-query: add test case for useSuspenseQuery ([#​8731](TanStack/query#8731)) ([`18af643`](TanStack/query@18af643)) by MINSEONG KIM ##### Pac...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #7487 fix: (query-broadcast-client-experimental) - removing query from one tab doesn't remove it from all tabs