@tanstack/react-query-devtools 5.0.0-alpha.38 → 5.0.0-alpha.42

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.
@@ -7863,7 +7863,16 @@ delegateEvents(["click", "mousedown", "input"]);
7863
7863
 
7864
7864
  class TanstackQueryDevtools {
7865
7865
  constructor(config) {
7866
+ _defineProperty(this, "client", void 0);
7867
+ _defineProperty(this, "onlineManager", void 0);
7868
+ _defineProperty(this, "queryFlavor", void 0);
7869
+ _defineProperty(this, "version", void 0);
7866
7870
  _defineProperty(this, "isMounted", false);
7871
+ _defineProperty(this, "buttonPosition", void 0);
7872
+ _defineProperty(this, "position", void 0);
7873
+ _defineProperty(this, "initialIsOpen", void 0);
7874
+ _defineProperty(this, "errorTypes", void 0);
7875
+ _defineProperty(this, "dispose", void 0);
7867
7876
  const {
7868
7877
  client,
7869
7878
  queryFlavor,