@tanstack/query-devtools 5.0.0-alpha.84 → 5.0.0-alpha.86

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-edbb2275.cjs');
3
+ var index = require('./index-94a2ab18.cjs');
4
4
 
5
5
  /**
6
6
  * match-sorter-utils
@@ -5275,13 +5275,11 @@ const DevtoolsPanel = props => {
5275
5275
  }), null);
5276
5276
  _el$24.$$click = () => {
5277
5277
  if (offline()) {
5278
- onlineManager().setOnline(undefined);
5278
+ onlineManager().setOnline(true);
5279
5279
  setOffline(false);
5280
- window.dispatchEvent(new Event('online'));
5281
5280
  } else {
5282
5281
  onlineManager().setOnline(false);
5283
5282
  setOffline(true);
5284
- window.dispatchEvent(new Event('offline'));
5285
5283
  }
5286
5284
  };
5287
5285
  index.insert(_el$24, (() => {
@@ -6763,4 +6761,4 @@ exports.QueryRow = QueryRow;
6763
6761
  exports.QueryStatus = QueryStatus;
6764
6762
  exports.QueryStatusCount = QueryStatusCount;
6765
6763
  exports.default = DevtoolsComponent;
6766
- //# sourceMappingURL=Devtools-0f2840bd.cjs.map
6764
+ //# sourceMappingURL=Devtools-5eee2153.cjs.map