-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
injection "Symbol(nuxt-ui.locale-context)" not found #3549
Comments
I can also report that I'm experiencing this after updating to 3.0.0 from 3.0.0-alpha.12 |
I've upgraded from beta.3 and have not had the error message before. |
I have the same problem( |
@moshetanzer Could you send a small reproduction because I just tried with the Dashboard template as well as with your code and I didn't manage to reproduce it 🤔 |
i seem to get the same warning but i'm not using ui-pro in any way |
I've been trying various ways to remedy this warning. Warning exists when: <NuxtLayout>
<UApp>
<NuxtPage/>
</UApp>
</NuxtLayout> Warning gone when: <UApp>
<NuxtLayout>
<NuxtPage/>
</NuxtLayout>
</UApp> |
i'm not using NuxtLayout but when i have my navbar inside of the UApp it works edit: |
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3
Reproduction
see below
Description
I get the follwing error:
when usinng the DashboardSidebar component:
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: