Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Confusing passage in JSXV4.md #653

@Minnozz

Description

@Minnozz

syntax/cli/JSXV4.md

Lines 216 to 225 in c840235

### Normal Case
```rescript
@react.component
let make = (~x, ~y, ~z) => body
// is an abbreviation for
let make = @react.component (~x, ~y, ~z) => body
```

I believe this says the same thing twice.

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