Prefer nested JSX children over the children prop
Passing `children` as a named prop is harder to read than composing elements between opening and closing tags.
#Metadata
#Why it matters
Nested children match React composition idioms and keep component APIs consistent across the tree.
#Remediation
Place child elements between the component tags or accept `children` through normal function parameters without a JSX prop.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.react.no-children-prop.rule.yaml.