-
Hi, Its my first time using a shadow DOM. I have a script (React app) that gets injected into a webpage. This script then loads the component (a small banner) and also injects the css file into the shadow dom. All classes work as expected (e.g. If I inject the css file into the root dom, then the var's from TW work, but then the shadow dom doesnt have the classes. Thus if I inject the css into both dom's it starts to work. It seems as if the TW variables are being set only onto the root. Is there a way for me to specify where to set them? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you may be running into #15005. |
Beta Was this translation helpful? Give feedback.
I think you may be running into #15005.