Remove enabling notifyOnNetworkStatusChange usages

Starting with v4 this flag is now enabled by default
This commit is contained in:
schroda
2026-05-02 17:37:38 +02:00
parent 515c402aca
commit 00bba202ef
28 changed files with 26 additions and 70 deletions

View File

@@ -39,7 +39,6 @@ export const Updates: React.FC = () => {
refetch,
} = requestManager.useGetRecentlyUpdatedChapters(undefined, {
fetchPolicy: 'cache-and-network',
notifyOnNetworkStatusChange: true,
});
const hasNextPage = !!chapterUpdateData?.chapters.pageInfo.hasNextPage;
const endCursor = chapterUpdateData?.chapters.pageInfo.endCursor;