<img width="1054" alt="image" src="https://github.com/user-attachments/assets/679cb6f9-78e4-458b-9979-886d4019f6b4"> ``` module El = { @react.component let make = (~foo=React.null) => { foo } } let a = <El /> Js.log(a) ```