AntiPattern
Wrong Module/Runtime Usage
wrong-framework-module-runtime-usage
Incorrect framework imports and async/mock handling cause runtime failures—Next.js rejects next/document usage outside _document, async contexts receive coroutines instead of context managers, and mislinked binaries break container startup.