in a react vite project if I have a ```jsx import styles from './App.module.css'; ... return Component(() => (<div className={styles.app}> </div>)); ``` auto reload of css will not work anymore... however, if I use useReactive it works