Closed
Description
If I hover over a React component declaration (make
function annotated with @react.component
) in a .resi file, no tooltip/type information is shown. For other functions in a .resi, it works fine.
Example .resi:
// No type information on hover
@react.component
let make: unit => React.element
// Works fine
let someOtherFunc: unit => React.element
Within a .res, it does work fine, e.g.:
Metadata
Metadata
Assignees
Labels
No labels