<CommonComponent><CommonComponent> in other files where I need to only replace the query with another query to fetch different data from the server. I know this violates the rules of hook, but just wondering if there is any other way to fetch the data from the server which is not a hook (using trpc)? I have tried using refetchrefetch but seems like it is not allowing me to take in a new input, for example I want to update the pageIndex and pageSizepageIndex and pageSize, refetchrefetch doesn't allow me to input the new values.Join the Discord to ask follow-up questions and connect with the community