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
DOMExecption, as tokens passed to classList.add() mustn't contain spaces.
This is the same issue as #638 – but the fix there only handles multiple enter and leave classes, not move classes that are added as part of hasCSSTransform() in TransitionGroup.ts.
I'll provide a PR shortly.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.4
Reproduction link
https://codepen.io/21stCenturyJonas/pen/xxboELY?editors=1011
Steps to reproduce
move-class
prop on<transitition-group>
to multiple classes, separated by spaces:<transition-group move-class="transition-transform duration-300 ease-in-out">
What is expected?
The classes should be applied.
What is actually happening?
DOMExecption, as tokens passed to
classList.add()
mustn't contain spaces.This is the same issue as #638 – but the fix there only handles multiple
enter
andleave
classes, notmove
classes that are added as part ofhasCSSTransform()
inTransitionGroup.ts
.I'll provide a PR shortly.
The text was updated successfully, but these errors were encountered: