AntiPattern
Component API Misuse
component-api-misuse-composition
A recurring misuse of component composition where an incorrect child/trigger structure or prop wiring leads to runtime rendering or behavior failures, requiring the developer to align wrapper/trigger APIs (e.g., asChild) and explicitly pass state/variables.