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
Treat a non-breaking space (\u{00a0}) like a space character. This avoids runtime errors when using Html.Util.toVirtualDom. Thanks to @magopian! See #10.