We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b77361 commit add0431Copy full SHA for add0431
.gitignore
@@ -1 +1 @@
1
-dist
+dist/
README.md
@@ -98,7 +98,7 @@ useMutation({
98
99
You might want to disable this rule if:
100
101
-- You have mutations that intentionally don't need to invalidate any queries (e.g., analytics-only mutations)
+- You have mutations that intentionally don't need to invalidate any queries
102
- You're handling cache updates through other means like `setQueryData`
103
- You have a specific caching strategy that doesn't require query invalidation
104
0 commit comments