AntiPattern
Hook Context & Misused APIs
misbound-library-api-usage
React/Node code fails because developers call or configure library APIs without the required execution context or correct function shape—e.g., invalidating queries after destructuring loses binding, and misplacing options or types breaks query behavior and compilation.