Closed
Description
I have a component and am passing props of the same name as the variable, like
open Common
@react.component
let make = () => {
<MyComponent article />
}
and the variable article
is not declared, so I get an error, but the line number seems to be 0 because the error shows up at the top of the file, underlining open
.