@tanstack/react-query 4.20.2 → 4.20.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-query",
3
- "version": "4.20.2",
3
+ "version": "4.20.3",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -1096,6 +1096,7 @@ describe('useQueries with suspense', () => {
1096
1096
  await sleep(20)
1097
1097
  return '2'
1098
1098
  },
1099
+ staleTime: 1000,
1099
1100
  suspense: false,
1100
1101
  },
1101
1102
  ],