You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in your browser console when you navigate to "Page 2".
The error states:
[Vue warn]: Slot "default" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.
at <VDefaultsProvider key="content-defaults" disabled=true defaults= Object >
at <VBtn>
at <VContainer>
at <VDefaultsProvider defaults= Object >
at <VToolbar ref=Ref< Proxy(Object) > class="v-app-bar" style= Object ... >
at <VAppBar>
at <VApp>
at <Default ref=Ref< Proxy(Object) > >
at <LayoutLoader key="default" layoutProps= Object name="default" >
at <NuxtLayoutProvider layoutProps= Object key="default" name="default" ... >
at <NuxtLayout>
at <App key=3 >
at <NuxtRoot>
I am getting this error in Nuxt using v-bottom-navigation, containing two v-btns with :to={ name: 'my-route' }.
By the way, the error disappears when I have only one v-btn or when I remove the to prop.
I solved it by wrapping the v-btn in nuxt-link like this:
Environment
Vuetify Version: 3.5.13
Vue Version: 3.4.21
Browsers: Firefox 124.0
OS: Ubuntu undefined
Steps to reproduce
Expected Behavior
No error in your browser console
Actual Behavior
Error in your browser console when you navigate to "Page 2".
The error states:
Reproduction Link
https://stackblitz.com/edit/github-o9ivmk-sej5v9?file=composables%2FuseTwoStepFetch.ts
Other comments
This looks a bit like issue #17718, but in this case I am not using nuxt-icon.
The text was updated successfully, but these errors were encountered: