Open martyall opened 7 years ago
I see now that this module was auto-generated, which might make it more complicated...
Right now I think something like UnknownType (toForeign yourHandler)
. The constructor is exposed as an escape hatch so you can do anything (and shoot your foot), as I'm sure some more types won't be usefully translated.
Probably if the generator can't be improved there should be at least a way of overriding it without editing the generated code.
in MaterialUI.Input the type of
onChange
isbut it seems like you would want to use
if this is intentional, can you please explain how I can convert the following piece of code using purescript-react to material ui?