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
I have a web component and want to add the styled to a <style> tag inside the root of it.
Creating a custom styled with const styled = styled.bind({ target: target }) doesn't work because the target isn't there on the first render of the component hence it falls back to the <head> again.
Any idea what I can do to make this work?
The text was updated successfully, but these errors were encountered:
Hey!
I have a web component and want to add the styled to a <style> tag inside the root of it.
Creating a custom
styled
withconst styled = styled.bind({ target: target })
doesn't work because the target isn't there on the first render of the component hence it falls back to the<head>
again.Any idea what I can do to make this work?
The text was updated successfully, but these errors were encountered: