-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.0
- CLI Version: 3.13.1
- Nitro Version: -
- Package Manager: pnpm@8.15.6
- Builder: -
- User Config: compatibilityDate, modules, devtools, future
- Runtime Modules: @nuxt-alt/auth@3.1.7
- Build Modules: -
Nuxt Config
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
modules: ['@nuxt-alt/auth'],
devtools: { enabled: true },
future: {
compatibilityVersion: 4,
},
});
Reproduction
Describe the bug
When this module is enabled, things provided to the nuxt context from plugins are typed as unknown.
Additional context
There is a closed issue about this in the Nuxt repo here.
Logs
No response
Reactions are currently unavailable