Open DZakh opened 3 months ago
module El = { @react.component let make = (~foo=React.null) => { foo } } let a = <El /> Js.log(a)