Reinier Kaper
Automatic pending state for data being fetched?
This comment has a good solution to doing it automatically: https://discord.com/channels/473401852243869706/1263445640537702421/1263513911714381976
But the caveat is that this will track every fetch request, not just the ones you might want to track "locally"
30 replies
Automatic pending state for data being fetched?
Unless you somehow use the interceptors to track a "global" count of fetch requests, you'll have to do some manual tracking :https://stackblitz.com/edit/github-tfsw15?file=app.vue
30 replies
useCookie does share state between layout and component when used in composable
Just for posterity (also posted this on another question): this is still a breaking bug in Nuxt 3.12, you need to downgrade to 3.11 for it to work: https://github.com/nuxt/nuxt/issues/27660
6 replies
Problem with reactivity and cookies.
This is a known issue and currently the only solution is to downgrade to 3.11.3: https://github.com/nuxt/nuxt/issues/27660
7 replies