Prefetch query status
Hello all.
I got some problem with status of prefechQuery in Nextjs 14. First i will show some code.
This SSR file "users/list/page.tsx"
I got some input in "other logic" which on change set new searchText params. The problem is, when searchText change the isPending, isRefetching, isLoading, isFetching is always false, but i need this to show some loader when fetching data. Some idea?
0 Replies