Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Hover on labeled args in component only works partially. #132

Closed
cristianoc opened this issue Apr 17, 2021 · 1 comment · Fixed by #134
Closed

Hover on labeled args in component only works partially. #132

cristianoc opened this issue Apr 17, 2021 · 1 comment · Fixed by #134

Comments

@cristianoc
Copy link
Contributor

On this example:

@react.component
let make = (~name) => React.string(name)

hover on name works on "bs-platform": "9.0.2" but not on "rescript": "9.1.0".

Instead this does not work on either:

@react.component
let make = (~name : string) => React.string(name)
@cristianoc
Copy link
Contributor Author

The former is handled here: #133

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant