Maronato / vue-toastification

Vue notifications made easy!
https://vue-toastification.maronato.dev
MIT License
3.03k stars 139 forks source link

Vue Toastification integration with Vuetify fails #377

Open Daniele-Tentoni opened 1 year ago

Daniele-Tentoni commented 1 year ago

Versions

Describe the bug

When using any Vuetify component inside the toast component, the app crashes because Vuetify couldn't find his default instance.

Expected behavior

Instead of breaking the page, I expect that my toast component shows the Vuetify component.

Steps to reproduce

Reproduction here. Steps:

  1. Install Vuetify and Vue Toastification
  2. Set the toast container to container: () => document.getElementById("app")!,
  3. Create a component with any Vuetify component (I used a v-btn)
  4. Execute the application and try to open the toast

Your Environment

Additional context

You can find the Stackoverflow question here and the updated reproduction Github repo here.

EDIT 1: This sandbox reproduce the error https://codesandbox.io/s/summer-haze-snfsf5

philipbeaucamp commented 1 month ago

Still broken