We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UTooltip
UModal
Nuxt
v3.0.0-alpha.9
<UTooltip :delay-duration="0" :text="`R$ ${transactionCost.brl}`"> <UIcon class="text-yellow-500 text-xs" name="i-lucide-coins" /> <p class="text-neutral-200 text-xs"> {{ transactionCost.credits }} </p> </UTooltip>
<NuxtLayout> <UApp :toaster="{ position: 'top-right' }"> <NuxtPage /> </UApp> </NuxtLayout>
The app.vue is already using the UApp. When I try to add a UTooltip inside the modal, it throw an error.
app.vue
UApp
No response
Uncaught (in promise) Error: Injection `Symbol(TooltipProviderContext)` not found. Component must be used within `TooltipProvider`
The text was updated successfully, but these errors were encountered:
The UApp component should wrap your app, above the NuxtLayout and the UTooltip: https://ui3.nuxt.dev/components/app
NuxtLayout
Sorry, something went wrong.
Same problem. I did that and the problem is not solved. I didn't find any template for reproducing the error in CodeSandbox.
Could you provide a github reproduction?
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.9
Reproduction
Description
The
app.vue
is already using theUApp
. When I try to add aUTooltip
inside the modal, it throw an error.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: