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
Item is added or removed from the list with transition effects.
What is actually happening?
Following exception appears
DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided ('duration-500 ease-out') contains HTML space characters, which are not valid in tokens.
It looks like multiple classes are not supported in the alpha version but in Vue 2 it is working.
Version
3.0.0-alpha.1
Reproduction link
https://github.com/SuddenlyRust/transition-group-with-multiple-classes
Steps to reproduce
npm run serve
Remove or add an item to the list.
What is expected?
Item is added or removed from the list with transition effects.
What is actually happening?
Following exception appears
DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided ('duration-500 ease-out') contains HTML space characters, which are not valid in tokens.
It looks like multiple classes are not supported in the alpha version but in Vue 2 it is working.
See https://github.com/SuddenlyRust/transition-group-with-multiple-classes/blob/master/src/App.vue#L4
The text was updated successfully, but these errors were encountered: