We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: latest master Vue Version: latest main (soon to be released 3.4.22) Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7
This is discovered in Vue core ecosystem-ci after merging vuejs/core#8953
See linked ecosystem-ci log for the test cases affected.
No string values passed to onBeforeEnter hook
String values are passed to onBeforeEnter hook
https://github.com/vuejs/ecosystem-ci/actions/runs/8692149431/job/23836077334
The text was updated successfully, but these errors were encountered:
We're passing functions not strings, this is a transition-group-stub from vue-test-utils.
transition-group-stub
vuetify/packages/vuetify/src/components/transitions/createTransition.ts
Lines 74 to 79 in 0a9a2bb
Sorry, something went wrong.
I've opened vuejs/test-utils#2411
KaelWD
No branches or pull requests
Environment
Vuetify Version: latest master
Vue Version: latest main (soon to be released 3.4.22)
Browsers: Chrome 123.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
This is discovered in Vue core ecosystem-ci after merging vuejs/core#8953
See linked ecosystem-ci log for the test cases affected.
Expected Behavior
No string values passed to onBeforeEnter hook
Actual Behavior
String values are passed to onBeforeEnter hook
Reproduction Link
https://github.com/vuejs/ecosystem-ci/actions/runs/8692149431/job/23836077334
The text was updated successfully, but these errors were encountered: