Some queries are fetched multiple times not using the cached query

In my current project some queries are executed multiple times, fetching data again without using the cached data from react-query, I have analyzed the props in the data hooks that are used and they are the same, but it seems some rerenders cause the queries to fetch again
Was this page helpful?