@tanstack/react-query-devtools 5.0.0-alpha.10 → 5.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1107,6 +1107,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React__namespace.forwardRef(funct
1107
1107
  } else {
1108
1108
  reactQuery.onlineManager.setOnline(false);
1109
1109
  setMockOffline(true);
1110
+ window.dispatchEvent(new Event('offline'));
1110
1111
  }
1111
1112
  },
1112
1113
  "aria-label": isMockOffline ? 'Restore offline mock' : 'Mock offline behavior',