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

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.
@@ -1086,6 +1086,7 @@ const ReactQueryDevtoolsPanel$1 = /*#__PURE__*/React.forwardRef(function ReactQu
1086
1086
  } else {
1087
1087
  onlineManager.setOnline(false);
1088
1088
  setMockOffline(true);
1089
+ window.dispatchEvent(new Event('offline'));
1089
1090
  }
1090
1091
  },
1091
1092
  "aria-label": isMockOffline ? 'Restore offline mock' : 'Mock offline behavior',