useUtils().setQueriesData should not take input as param.
In react query spec, setQueriesData takes filters and updater as parameters.
For me it does not make sense to have a required input param since it targets a specific query. What's the difference with setQueryData ?
0 Replies