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
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
Currently the type of
get
in URLSearchParamsRe.re is:[@bs.send.pipe : t] external get: string => option(string) = "";
As you can see in the documentation here
The type I think should be:
[@bs.send.pipe : t] external get: string => Js.Nullable.t(string) = "";
Quite happy to make a PR if I am correct about this :)
The text was updated successfully, but these errors were encountered: