You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach two different events handlers to the same event on transition
What is expected?
It should not raise an invalid prop type check warning
What is actually happening?
It raises a warning, saying it expected a function, but got an array.
Vue supports several event handlers attached to the same event, but Transition's prop definition doesn't accept it.
It should be changed to accept a function or an array of functions.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.5
Reproduction link
https://codesandbox.io/s/vue-3-transition-event-prop-type-check-fault-wymsy
Steps to reproduce
Attach two different events handlers to the same event on transition
What is expected?
It should not raise an invalid prop type check warning
What is actually happening?
It raises a warning, saying it expected a function, but got an array.
Vue supports several event handlers attached to the same event, but Transition's prop definition doesn't accept it.
It should be changed to accept a function or an array of functions.
The text was updated successfully, but these errors were encountered: