@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?
@glennsl (since discord is down again. Also, I'm on freenode #reasonml)
Assuming
ReactEventRe.Form.target eventreturnsReasonJs.Dom.elementorReasonJs.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?