Tested in JSX4 automatic mode: The following code ```rescript @react.component let make = (~priority as _, ~text="Test") => React.string(text) ``` results in the error ``` The value text can't be found ``` /cc @mununki