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
Quick question on the type of new. Why does it have the type new :: forall s. s -> Effect (Ref s) instead of new :: forall s. s -> Ref s? I see no effects happening in the code.