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 Jul 16, 2020. It is now read-only.
@glennsl (since discord is down again. Also, I'm on freenode #reasonml)
Assuming ReactEventRe.Form.target event returns ReasonJs.Dom.element or ReasonJs.Dom.eventTarget, what reason-js function do I use to get the equivalent of myEvent.value? How would it work without unsafe cast to whatever type here?
The text was updated successfully, but these errors were encountered:
@glennsl (since discord is down again. Also, I'm on freenode #reasonml)
Assuming
ReactEventRe.Form.target event
returnsReasonJs.Dom.element
orReasonJs.Dom.eventTarget
, what reason-js function do I use to get the equivalent ofmyEvent.value
? How would it work without unsafe cast to whatever type here?The text was updated successfully, but these errors were encountered: