(Beta2)
In the .resi, the result type is wrong (should be React.element).
Also ~key and unit are shown for .resi, but not for .res.
A.res:
@react.component
let make = (~a) => React.string(a)

A.resi:
@react.component
let make: (~a: string) => React.element
