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.6.1] TypeError: Cannot convert object to primitive value #19733

Open
toughlex-donatas opened this issue May 1, 2024 · 2 comments

Comments

@toughlex-donatas
Copy link

toughlex-donatas commented May 1, 2024

Environment

Vuetify Version: 3.6.1
Vue Version: 3.4.24
Browsers: Chrome 124.0.0.0
OS: Linux

Steps to reproduce

Just run reproduction snippet and get runtime error.

Expected Behavior

Don't get runtime error

Actual Behavior

Get runtime error "TypeError: Cannot convert object to primitive value".

Reproduction Link

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

For some reason it mostly works on play.vuetifyjs.com (I reproduced the error few times), but stably fails on my machine.

Other comments

Error occurs, when MaybeTransition receives props.target = Proxy(Array) [ VueComponent ] instead of HTML element from VOverlay.
I don't have problems with Vue 3.4.23.

@jmeij
Copy link

jmeij commented May 23, 2024

Had this issue also. Removing my node_modules locally and running npm ci after fixed it for me.

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

No branches or pull requests

3 participants