AntiPattern
Conditional Hooks Unreachable Logic
unreached-conditional-hook-logic
Hook- or condition-driven rendering logic fails because required setup is missing or uninitialized, causing branches to short-circuit or view callbacks to run too early/never; the UI then diverges from expectations and the issue hides behind structurally unreachable code.