How to show loading state only when specific param change
i am using a useInfiniteQuery in trpc. They query has the params similar to
So when using in frontend i have a state like below
which set by a search input
and the query is used like
Is there a way to have a loading state specific to when only the
search
param changes which i will show in the input and a global loading state which will be used to show the skeleton of a table0 Replies