@tanstack/vue-query 4.22.4 → 4.24.2

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.
@@ -810,6 +810,7 @@
810
810
  this.queryHash = config.queryHash;
811
811
  this.initialState = config.state || getDefaultState$1(this.options);
812
812
  this.state = this.initialState;
813
+ this.scheduleGc();
813
814
  }
814
815
 
815
816
  get meta() {