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