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 5e40bf7 commit ca56877Copy full SHA for ca56877
docs/src/pages/guides/migrating-to-react-query-3.md
@@ -346,7 +346,7 @@ The `queryFnParamsFilter` option has been removed because query functions now ge
346
347
Parameters can still be filtered within the query function itself as the `QueryFunctionContext` also contains the query key.
348
349
-### The `QueryOptions.notifyOnStatusChange` option has been superceded by the new `notifyonChangeProps` and `notifyOnChangePropsExclusions` options.
+### The `QueryOptions.notifyOnStatusChange` option has been superceded by the new `notifyOnChangeProps` and `notifyOnChangePropsExclusions` options.
350
351
With these new options it is possible to configure when a component should re-render on a granular level.
352
0 commit comments