-
-
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
feat(svelte-query): useMutationState #7477
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 4c1745b:
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4c1745b. 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. |
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.
LGTM, thanks for your effort @sharmapukar217 !
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7477 +/- ##
===========================================
+ Coverage 41.42% 69.75% +28.32%
===========================================
Files 184 18 -166
Lines 7331 162 -7169
Branches 1531 32 -1499
===========================================
- Hits 3037 113 -2924
+ Misses 3889 43 -3846
+ Partials 405 6 -399
|
Welcome 🤗 this library is my first choice on starting any project so happy to be a part of it 😇 |
createMutationState
that returns the currently going mutation state, or specific states if filters are provided as option.