-
-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Labels
upstreamIssue requires changes by a dependency rather than in this repo.Issue requires changes by a dependency rather than in this repo.
Description
Environment
- Operating System: Darwin
- Node Version: v22.11.0
- Nuxt Version: 3.14.1592
- CLI Version: 3.17.1
- Nitro Version: 2.10.4
- Package Manager: [email protected]
- Builder: -
- User Config: default
- Runtime Modules: @pinia/[email protected], @nuxt/[email protected], @nuxtjs/[email protected]
- Build Modules: -
export default defineNuxtConfig({
compatibilityDate: "2024-11-01",
devtools: { enabled: true },
modules: ["@pinia/nuxt", "@nuxt/eslint", "@nuxtjs/i18n"],
i18n: {
debug: true,
types: 'composition',
strategy: 'no_prefix',
defaultLocale: 'en',
lazy: true,
langDir: 'locales',
locales: [
{
name: 'English',
code: 'en',
language: 'en-GB',
file: 'en-GB.json',
},
],
},
future: {
compatibilityVersion: 4,
},Reproduction
I don't know how reproduce this problem in online services
Describe the bug
With this configuration on a clean project I get this typing error: '__VLS_ctx.$t' is of type 'unknown'.
Additional context
No response
Logs
MickL, vhovorun and corsinmusic
Metadata
Metadata
Assignees
Labels
upstreamIssue requires changes by a dependency rather than in this repo.Issue requires changes by a dependency rather than in this repo.