We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tested in JSX4 automatic mode: The following code
@react.component let make = (~priority as _, ~text="Test") => React.string(text)
results in the error
The value text can't be found
/cc @mununki