Daniel Roe
Daniel Roe
### Describe the feature We currently have support for rendering [component islands](https://github.com/nuxt/framework/pull/5689) and a [server components implementation](https://github.com/nuxt/framework/pull/9972) of island rendering. It would be nice to support remote sources for island...
At the moment, the Nuxt data fetching utilities like `useAsyncData` and `useFetch` are blocking by default. You can either pick: 1. a data fetching composable must be awaited, and will...
> **3.1.0** is the first minor release after [Nuxt 3.0](https://github.com/nuxt/framework/releases/tag/v3.0.0) including bug fixes and enhancements and is expected in Jan 2023. This is a draft for tracking changes and expected...
I believe the documentation is missing something or there is a bug about getSSRProps: https://v3.nuxtjs.org/guide/directory-structure/plugins/#vue-directives When I copy the content and paste it into `/plugins/focus.ts` or `/plugins/focus.client.ts` (in a project...
v2.16.0
> Remake of https://github.com/nuxt/nuxt.js/pull/9660 > $ You can try changes by using `nuxt-edge` package ### 🚀 Enhancements - **config:** Support `nuxtrc` in dist directory (#9280) - **generator:** Add `ignoreEnv` generate...
### Environment - Operating System: `Darwin` - Node Version: `v14.17.3` - Nuxt Version: `3.0.0` - Package Manager: `[email protected]` - Bundler: `Vite` - User Config: `-` - Runtime Modules: `-` -...
### 🔗 Linked issue resolves #15651 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
### 🔗 Linked issue resolvse https://github.com/nuxt/nuxt/issues/18426 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/18459 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
would be handy to have a command to diagnose issues. It could include utilities to resolve package dependency issues, such as: 1. outdated versions of unjs utils (defu, untyped) https://github.com/nuxt/nuxt.js/issues/14768...