Daniel Roe
Daniel Roe
I refreshed your lockfile + updated to Node v22 and could not reproduce.  Between each snapshot I ran: ```bash ab -n 1000 -c 50...
delighted to hear it! 🔥
Try running: ```bash pnpm playwright-core install chromium ```
I'd have a better idea of how to fix if you could provide a reproduction of the issue.
this was implemented in https://github.com/nuxt/nuxt/pull/30807 and will be included in Nuxt v3.16
I think you just need to provide `source`: https://stackblitz.com/edit/nuxt-starter-tdftk6. So, two possible improvements: 1. mark `source` required. 2. handle resolving aliases, so `~/composables/test` works as well.
@adrienZ That would be great!
You can use `$fetch.create` to create a custom preconfigured fetch instance for your needs.
useAsyncData is a composable (= declarative), and if you are using it imperatively and expect it to throw then that's an indication you should probably be using using something else,...
@cernymatej you'd be welcome to pick - checked with @pi0 to ensure he didn't have a WIP! ❤️