Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
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

@cristianoc

Description

@cristianoc

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions