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
Not sure if this is a bug or not, but depending on the code syntax, the resulting DOM is the same but not the mutations to render it.
Mostly, having Html.App.map inside a Maybe.withDefault will result on removing and adding a new node while having Maybe.withDefault inside Html.App.map will result on editing the node attributes and changing the text inside it.