-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Issue #7487 fix: (query-broadcast-client-experimental) - removing query from one tab doesn't remove it from all tabs #9017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tab doesn't remove it from all tabs
…tab doesn't remove it from all tabs
packages/query-broadcast-client-experimental/src/__tests__/index.test.ts
Outdated
Show resolved
Hide resolved
View your CI Pipeline Execution ↗ for commit 955150b.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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:
|
Issue #7487 fix: (query-broadcast-client-experimental) - removing query from one tab doesn't remove it from all tabs