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
Support custom tags, attributes and styles via "string".react{Attr,Style,Tag}.
The class attribute now gets some special treatment in that it appends rather than overwrites. <.div(^.cls := "a", ^.cls := "b") is now the same as <.div(^.cls := "a b").