AntiPattern

Type and API Mismatch

interface-shape-mismatch

Function signatures, module imports, and library options often mismatch their expected shapes—extra arguments get forwarded, TypeScript parses the wrong syntax, and query/export/styling conventions deviate—leading to runtime confusion or type-check failures.