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 7d3d2e2 commit fd94c6aCopy full SHA for fd94c6a
examples/simple/src/Layout.tsx
@@ -61,7 +61,7 @@ const useIsOnline = () => {
61
};
62
63
/**
64
- * When react-query resume persisted mutations through their default functions (provided in the getOfflineFirstQueryClient file) after the browser tab
+ * When react-query resumes persisted mutations through their default functions (provided in the getOfflineFirstQueryClient file) after the browser tab
65
* has been closed, it cannot handle their side effects unless we set up some defaults. In order to leverage the react-admin notification system
66
* we add a default onSettled function to the mutation defaults here.
67
*/
0 commit comments