-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix(vue-query): Make queryKey watchers sync #5929
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
fix(vue-query): Make queryKey watchers sync #5929
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 8a32ed1:
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 8a32ed1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Codecov ReportPatch coverage is ❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.
📢 Thoughts on this report? Let us know!. |
Make watchers of vue composables like useQuery sync to so changes to reactive variables inside the queryKey take effect immediately.
Closes #5910