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
Javscript String.prototype.match function can
return undefineds for optional capture groups
that are not found, which breaks the type annotations
since this is not added as a Js.nullable, it's not
possible to deal with those undefined values since
it can't be passed to Js.Nullable.isNullable.
0 commit comments