We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(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.
React.element
~key
unit
A.res:
@react.component let make = (~a) => React.string(a)
A.resi:
@react.component let make: (~a: string) => React.element