Skip to content

Commit ca56877

Browse files
authored
docs: fix typo in notifyOnChangeProps (TanStack#1850)
1 parent 5e40bf7 commit ca56877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/migrating-to-react-query-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ The `queryFnParamsFilter` option has been removed because query functions now ge
346346

347347
Parameters can still be filtered within the query function itself as the `QueryFunctionContext` also contains the query key.
348348

349-
### The `QueryOptions.notifyOnStatusChange` option has been superceded by the new `notifyonChangeProps` and `notifyOnChangePropsExclusions` options.
349+
### The `QueryOptions.notifyOnStatusChange` option has been superceded by the new `notifyOnChangeProps` and `notifyOnChangePropsExclusions` options.
350350

351351
With these new options it is possible to configure when a component should re-render on a granular level.
352352

0 commit comments

Comments
 (0)