-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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: add experimental beforeQuery and afterQuery queryClient options #7650
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 36e1959. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
7a519c6
to
97d9516
Compare
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 36e1959:
|
97d9516
to
9e16b9a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7650 +/- ##
===========================================
+ Coverage 44.07% 86.16% +42.09%
===========================================
Files 185 24 -161
Lines 7052 318 -6734
Branches 1551 81 -1470
===========================================
- Hits 3108 274 -2834
+ Misses 3578 37 -3541
+ Partials 366 7 -359
|
9e16b9a
to
d83cb4d
Compare
d83cb4d
to
60014f2
Compare
60014f2
to
36e1959
Compare
These experimental hooks will give me everything I need to write a full integration for TanStack Router. If they work out well, we can either find better names/locations/implementations for them, or stick with them and document them.