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
But it becomes a pain to append with Html Msg. Workaround is wrapping the element, but that often breaks layout due to css rules like ui > li where there shouldn't be an element in between.
It's often useful to define functions like
But it becomes a pain to append with
Html Msg
. Workaround is wrapping the element, but that often breaks layout due to css rules likeui > li
where there shouldn't be an element in between.@roberth proposed
and rebuild the whole api on top of that.
I'd prefer this was solved inside the language, so that really basic primitives compose well.
The text was updated successfully, but these errors were encountered: