ReScript version `v12.0.0-alpha.14`'s "Missing required props" error does not show line numbers when the component has a `children` prop: ```rescript module Wrapper = { @react.component let make = (~value: 'value, ~children: React.element) => { <div> {children} </div> } } module SomeComponent = { @react.component let make = () => { <Wrapper> <div> {""->React.string} </div> </Wrapper> } } ``` ``` FAILED: Foo.cmj We've found a bug for you! /home/mediremi/test/Foo.res The component <Wrapper /> is missing these required props: value ``` ([Playground link](https://rescript-lang.org/try?version=v12.0.0-alpha.13&module=esmodule&code=LYewJgrgNgpgBAdQE4EMAOaZLgXjgbwCg44ABJGFAYwBcA6KkYNEAOxlZuLlhrmBQBreHgAUAPwBuKKBBgAuOAHJpsmABo44qgAsAllDAVWigEqVadGLGAcaASlwA+AtxIAeMHskv8ug0YcAL5w7gD0Xj7cQYQxhKCQsHAAykwwAMJMLOycuK4k5Bb0jMxsdty8-EIicKKOOL5uocjomEhOTR6RvgBEPQC0TubU9ADONEh6rADmIeHdTeEtGFgdJDExQA))