I have a react component which i have wrapped & released as a web component. However all style-sheets created using makeStyles hook are not getting applied as the are inserted into the head section of the browser DOM. Is there a way for me to configure the makeStyles hook and supply the shadowRoot as a the insertion point for the jss??