Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query-core): allow function value of
notifyOnChangeProps
query …
…option to return `undefined` (#7441) * fix(query-core): allow function value of `notifyOnChangeProps` query option to return `undefined` `undefined` is a valid return value for the function value of `notifyOnChangeProps`. See linked issue for more details. Fixes #7426. * docs(react-query): update signature of `useQuery`'s `notifyOnChangeProps` option --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
- Loading branch information