@tanstack/react-query 4.23.0 → 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.
@@ -834,6 +834,7 @@
834
834
  this.queryHash = config.queryHash;
835
835
  this.initialState = config.state || getDefaultState$1(this.options);
836
836
  this.state = this.initialState;
837
+ this.scheduleGc();
837
838
  }
838
839
 
839
840
  get meta() {