For example, if you create a makeStyles variable for a component (e.g. TableRow) and that component is called multiple times by a parent component (Table), each TableRow gets class names like “.mui-make-styles-column244” and “.mui-make-styles-column331”.
Is there a reason for this?
Can't tell if this number scheme is an optimization or if it indicates that I should be optimizing how I organize my styles.