We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cb659 commit 315fa60Copy full SHA for 315fa60
1 file changed
src/search-manager/data/apiHooks.ts
@@ -123,7 +123,6 @@ export const useContentSearchResults = ({
123
limit,
124
});
125
},
126
- getNextPageParam: (lastPage) => lastPage.nextOffset,
127
// Avoid flickering results when user is typing... keep old results until new is available.
128
keepPreviousData: true,
129
refetchOnWindowFocus: false, // This doesn't need to be refreshed when the user switches back to this tab.
0 commit comments