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
If you add multiple classes as a variable they are not added correctly. The first class is added, but the following classes are added as attributes to the element.
bug report
If you add multiple classes as a variable they are not added correctly. The first class is added, but the following classes are added as attributes to the element.
Steps To Reproduce
See https://github.com/nichoth/tonic/blob/750fceca1c098c9fe413c335797dce2082891391/test/index.js#L15 — a failing test
Expected behavior
Should add the correct class names.
The text was updated successfully, but these errors were encountered: