You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, In my app we are using styled components, fontawsome and some global styles. fontawsome and global styles are being attached to head. Is there any way I can attach them inside shadow root ?
For global css imports I tried configuring with style-loader insert option but it requires shadow root to be available before hand.
Can the styleSheets prop on root be helpful in this case ? How to use this prop ?
The text was updated successfully, but these errors were encountered:
Hi, In my app we are using styled components, fontawsome and some global styles. fontawsome and global styles are being attached to head. Is there any way I can attach them inside shadow root ?
For global css imports I tried configuring with style-loader insert option but it requires shadow root to be available before hand.
Can the styleSheets prop on root be helpful in this case ? How to use this prop ?
The text was updated successfully, but these errors were encountered: