I’ve been using scss modules with React in Astro. Styles doesn’t wanna load when passed “client:only” prop to react component wchich is required for app to work correctly. This strange bug only occures in production.
Also when I pass that prop to any other react component styles in this component doesn’t work anymore in production.