-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Transition TypeError with multiple listeners #3227
Comments
The current implementation allows to receive an array of callbacks in the transition's prop definition, but calls it like a function, without checking for an array: I assume Likely a simple fix. |
Error handling is done by I'm happy to look at this but I'm just unclear on this condition |
|
Was already working on a solution, got a bit stumped by some Type confusion on my side. Will give it another go now though. |
Version
3.0.5
Reproduction link
https://codepen.io/kaelwd/pen/poNNMQN?editors=1010
Steps to reproduce
Click the toggle button
What is expected?
The grey square should hide
What is actually happening?
Worked in Vue 2: https://codepen.io/kaelwd/pen/poNNMBe?editors=1010
The text was updated successfully, but these errors were encountered: