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
Vuetify Version: 3.5.17 Last working version: 3.5.16 Vue Version: 3.4.26 Browsers: Chrome 124.0.0.0 OS: Linux x86_64
Steps to reproduce
Just use <v-snackbar> component.
Expected Behavior
No error in console.
Actual Behavior
Error in console:
about:srcdoc:168 Error: [Vuetify] Could not find injected layout
at useLayout (layout.ts:92:22)
at Object.setup [as _setup] (VSnackbar.tsx:99:28)
at setup (defineComponent.tsx:121:43)
at callWithErrorHandling (runtime-dom.esm-browser.js:1701:19)
at setupStatefulComponent (runtime-dom.esm-browser.js:9036:25)
at setupComponent (runtime-dom.esm-browser.js:8997:36)
at mountComponent (runtime-dom.esm-browser.js:7340:7)
at processComponent (runtime-dom.esm-browser.js:7306:9)
at patch (runtime-dom.esm-browser.js:6785:11)
at mountChildren (runtime-dom.esm-browser.js:7033:7)
Environment
Vuetify Version: 3.5.17
Last working version: 3.5.16
Vue Version: 3.4.26
Browsers: Chrome 124.0.0.0
OS: Linux x86_64
Steps to reproduce
Just use
<v-snackbar>
component.Expected Behavior
No error in console.
Actual Behavior
Error in console:
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: