$ npm i --save react-query-devtools # or $ yarn add react-query-devtools Using React Native? Try react-query-native-devtools instead. Usage By default, React Query Devtools are not imported and used when process
yarn add @tanstack/react-query-devtools@4 You can import the devtools like this: tsx import { ReactQueryDevtools } from '@tanstack/react-query-devtools' By default, React Query Devtools are only included in bundles whenprocess.env.NODE_ENV === 'development', so you don't need to worry...
Developer tools to interact with and visualize the TanStack/react-query cache. Latest version: 5.79.0, last published: 16 minutes ago. Start using @tanstack/react-query-devtools in your project by running `npm i @tanstack/react-query-devtools`. There are
"@tanstack/react-query": "^5.59.16", "@tanstack/react-query-devtools": "^5.59.20", "@types/lodash": "^4.17.13", "lodash": "^4.17.21", "lucide": "^0.453.0", 8 changes: 7 additions & 1 deletion 8 src/app/providers.tsx Original file line numberDiff line numberDiff line cha...
"dependencies": { "@tanstack/react-query": "^5.45.0", "@tanstack/react-query-devtools": "^5.45.0", }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.43.1", } 我之前可能以某种方式安装了不同的版本,但我不确定这一点,即使是这样,新版本也会覆盖旧版本,对吗?react...
@@ -196,7 +196,7 @@ export function ReactQueryDevtools({ } constgetStatusRank=q=> q.state.isFetching?0: !q.observers.length?3:q.state.isStale?2:1 q.state.isFetching?0: !q.observers.length?3:q.isStale()?2:1 constsortFns={ ...
Updates the requirements on [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) to permit the latest version. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.64.2...
dependabot/npm_and_yarn/master/tanstack/react-query-devtools-5.44.0 Status Success Total duration 3m 52s Artifacts – frontend-ci.yml on: pull_request Matrix: build 1 job completed Show all jobs Oh hello! Nice to see you. Made with ️ by humans.txt Annotations 1 warning build...
@tanstack/react-query-devtools (source) 5.29.2 -> 5.34.1 Release Notes TanStack/query (@tanstack/react-query-devtools) Configuration 📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled...
Remove @tanstack/react-query-devtools Verified 8b916bd View details peterbe merged commit ffb5209 into main Oct 8, 2024 1 check passed peterbe deleted the remove-tanstackreact-query-devtools branch October 8, 2024 21:59 Sign up for free to join this conversation on GitHub. Already have...