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 edaafe0 commit 4c5971cCopy full SHA for 4c5971c
docs/src/pages/guides/background-fetching-indicators.md
@@ -37,7 +37,7 @@ In addition to individual query loading states, if you would like to show a glob
37
const isFetching = useIsFetching()
38
</script>
39
40
-{#if $isFetchingResult}
+{#if $isFetching}
41
<div>Queries are fetching in the background...</div>
42
{/if}
43
```
0 commit comments