Remove enabling notifyOnNetworkStatusChange usages
Starting with v4 this flag is now enabled by default
This commit is contained in:
@@ -41,7 +41,6 @@ export const ServerUpdateChecker = () => {
|
||||
error: serverUpdateCheckError,
|
||||
refetch: checkForUpdate,
|
||||
} = requestManager.useCheckForServerUpdate({
|
||||
notifyOnNetworkStatusChange: true,
|
||||
fetchPolicy: 'cache-only',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user