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.7.3 Last working version: 2.7.2 Vue Version: 3.5.12 Browsers: Firefox 131.0 OS: Mac OS 10.15
Steps to reproduce
When using a menu, a component that emits, then awaits some function, then fires a second emit, the second emit does not fire.
This only happens ( as far as I know ) within the VMenu. The same component with the same functions fires just fine if not in a VMenu.
Reproduction Link
Follow the link, there are 2 buttons. The first is the vertical dot menu. This will show a button "BROKEN" this will console log, "First", then nothing.
The second button labeled "WORKS" will console log "First", wait 2 seconds then log "Second".
Environment
Vuetify Version: 3.7.3
Last working version: 2.7.2
Vue Version: 3.5.12
Browsers: Firefox 131.0
OS: Mac OS 10.15
Steps to reproduce
When using a menu, a component that emits, then awaits some function, then fires a second emit, the second emit does not fire.
This only happens ( as far as I know ) within the VMenu. The same component with the same functions fires just fine if not in a VMenu.
Reproduction Link
Follow the link, there are 2 buttons. The first is the vertical dot menu. This will show a button "BROKEN" this will console log, "First", then nothing.
The second button labeled "WORKS" will console log "First", wait 2 seconds then log "Second".
Expected Behavior
Expected to emit after an awaited function.
Actual Behavior
Promise (even .then) prevents emit from firing.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This used to work in Vuetify V2, I have not tried other versions of Vuetify V3.
The text was updated successfully, but these errors were encountered: