You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.componentletmake: unit=>React.element// Works fineletsomeOtherFunc: unit=>React.element
Within a .res, it does work fine, e.g.:
The text was updated successfully, but these errors were encountered:
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:
Within a .res, it does work fine, e.g.:
The text was updated successfully, but these errors were encountered: