vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.15] v-hover isHovering is undefined #19601

Closed z0lo13 closed 1 day ago

z0lo13 commented 2 weeks ago

Environment

Vuetify Version: 3.5.15 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Expected Behavior

isHovering to be initialized

Actual Behavior

is null

Reproduction Link

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

Other comments

the workaround is :model-value="!!(isHovering)" but it is something that could be not neccesary

KaelWD commented 2 weeks ago

It's actually undefined, I guess so you can tell if it's been activated yet? Null would probably be better, it would hide the badge as you'd expect.

z0lo13 commented 2 weeks ago

It's actually undefined, I guess so you can tell if it's been activated yet? Null would probably be better, it would hide the badge as you'd expect.

my bad, you are right it is undefined