I have a StatusBar-component which runs useFetch against an api-route on the client every 5 seconds. My devtools show me the majority of those requests are being cancelled and I have no clue why.
Repro: https://stackblitz.com/edit/nuxt-starter-aszbny?file=components%2FStatusBar.vue
Help greatly appreciated!