We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5e5fc commit 83366c4Copy full SHA for 83366c4
2 files changed
.changeset/many-toes-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/query-devtools': minor
3
4
+
5
+Set data to undefined on Trigger Error
packages/query-devtools/src/Devtools.tsx
@@ -1956,6 +1956,7 @@ const QueryDetails = () => {
1956
const __previousQueryOptions = activeQueryVal.options
1957
1958
activeQueryVal.setState({
1959
+ data: undefined,
1960
status: 'error',
1961
error,
1962
fetchMeta: {
0 commit comments