AntiPattern
CSS Rules Missing Runtime
missing-css-rules-loader-mismatch
Compiled CSS Modules produce hashed class names in the DOM, but the corresponding CSS rules never get emitted into the bundle at runtime (often from an incomplete Rspack loader chain), leaving styles un-applied and UI states like light-mode icons or hover effects broken.