Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug Report][3.6.3] ref behaviour changed #19736

Closed
mlankamp opened this issue May 2, 2024 · 5 comments
Closed

[Bug Report][3.6.3] ref behaviour changed #19736

mlankamp opened this issue May 2, 2024 · 5 comments
Assignees

Comments

@mlankamp
Copy link

mlankamp commented May 2, 2024

Environment

Vuetify Version: 3.6.3
Last working version: 3.5.18
Vue Version: 3.4.26
Browsers: Edge 125.0.0.0
OS: Windows

Steps to reproduce

  • create a html element with a ref
  • in the onMounted check if the ref is set

Expected Behavior

The ref should be available in the onMounted

Actual Behavior

value is undefined

Reproduction Link

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

@Tuhtarov
Copy link

Tuhtarov commented May 2, 2024

After updating to 3.6.3 I received the same error!

@yuwu9145
Copy link
Member

yuwu9145 commented May 3, 2024

It's because #15229, but the correct usage is what @KaelWD suggested, nothing is actionable in Vuetify level

@yuwu9145 yuwu9145 closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2024
@KaelWD KaelWD pinned this issue May 11, 2024
@KaelWD KaelWD reopened this May 11, 2024
@KaelWD KaelWD self-assigned this May 11, 2024
@KaelWD KaelWD closed this as completed in 6a9d8e6 May 11, 2024
@AndyBeat
Copy link

@KaelWD How to know which vuetify components are asynchronous? About this commit 6a9d8e6

@KaelWD
Copy link
Member

KaelWD commented May 15, 2024

Best to just assume everything is.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

5 participants