Reproduction
https://stackblitz.com/edit/github-wje2vn?file=app.vue
Describe the bug
While using autoImport on Nuxt, using the strategy from the docs to set the FormKit locale results in the following warning and the locale isn't set:
[Vue warn]: injection "Symbol(FormKitConfig)" not found.
It kind of makes sense that this happens, but I believe it's still a bug because at worst it's not possible to change the FormKit locale while this feature is on, and at best the docs are wrong.
Environment
• OS: macOS
• Browser: Safari
• Version: 17.1.2
Reproduction
https://stackblitz.com/edit/github-wje2vn?file=app.vue
Describe the bug
While using
autoImporton Nuxt, using the strategy from the docs to set the FormKit locale results in the following warning and the locale isn't set:It kind of makes sense that this happens, but I believe it's still a bug because at worst it's not possible to change the FormKit locale while this feature is on, and at best the docs are wrong.
Environment
• OS: macOS
• Browser: Safari
• Version: 17.1.2