Daniel Roe

Results 534 issues of 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...

enhancement
discussion
3.x
🍰 p2-nice-to-have

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...

enhancement
discussion
3.x
🍰 p2-nice-to-have
suspense

> **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...

3.x
chore

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...

documentation
3.x

> 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...

2.x

### Environment - Operating System: `Darwin` - Node Version: `v14.17.3` - Nuxt Version: `3.0.0` - Package Manager: `[email protected]` - Bundler: `Vite` - User Config: `-` - Runtime Modules: `-` -...

3.x
bug

### 🔗 Linked issue resolves #15651 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...

bug
vite
🔨 p3-minor-bug

### 🔗 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...

3.x
bug
🔨 p3-minor-bug

### 🔗 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...

3.x
bug
🔨 p3-minor-bug

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...

enhancement
discussion
3.x
cli