Skip to content
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

[Bug Report][3.5.17] Could not find injected layout #19717

Assignees
Labels
C: VSnackbar VSnackbar T: bug Functionality that does not work as intended/expected
Milestone

Comments

@petrprikryl
Copy link

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:

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)

Reproduction Link

https://play.vuetifyjs.com/#...

@johnleider johnleider self-assigned this Apr 30, 2024
@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VSnackbar VSnackbar and removed S: triage labels Apr 30, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment