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