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 was archived by the owner on Jun 15, 2023. It is now read-only.
The Js.t({..} as 'a) part is problematic. There's currently no way to express this in ReScript. {..} is the syntax for Js.t({..}). So technically {..} as 'a (rescript), represents Js.t({..)) as 'a.
However in the above code the alias sits inside the Js.t.