Right now I'm stopping events from propagating like this: ``` onSubmit ev = do (unsafeCoerce ev).preventDefault ... ``` Would you be opposed to me introducing this function (and others from https://facebook.github.io/react/docs/events.html)?
Right now I'm stopping events from propagating like this:
Would you be opposed to me introducing this function (and others from https://facebook.github.io/react/docs/events.html)?