-
I know it is not possible right now, so I just copied it like so
```js
import { useContext, component } from "haunted";
const contextEvent = "haunted.context";
export const createContext = d…
-
1. Does not generate tailwinds in content scripts. Styles don't load at all.
2. Manifest generation in build.ts does not work, how to solve:
```
const fullPath = relative(
extDir,
resol…
-
![image](https://user-images.githubusercontent.com/48770016/195598981-8ef9e39f-2d2a-4adf-ba6a-292c94d64e6b.png)
Generated CSS effects on other areas. Tried with ShadowDom but didn't work. Generated…
-
Heyo,
My preact application uses a shadow dom as a mounting point, and tooltips are not appearing. I did some digging through the source code, and I believe I know why.
```js
// ReactHint#toggl…
-
As with vue-custom-element, I'm having the same problem with getting Vuetify to working when the custom element is using shadowDOM.
vue-custom-element works fine when it's not using shadowDOM but i…
-
### Describe the bug
I am having difficulty using Primevue inside a custom element (webcomponent). The css and js for primevue gets loaded inside the html header and not inside the shadow dom/root…
1Map updated
12 hours ago
-
In `script.js`, the CSS is linked via ``. This does not work in other webpages since I think it will try to load css file from website's root path. I fix might be using `href="./shadowdom.css"`.
-
## 背景
> 在1.0.0-beta.1版本后,子应用通过`document.appendChild`动态插入的子节点parentNode默认代理为document.body,而非`micro-app-body`
主应用: react18+vite
子应用: Angular15
目前碰到的问题是开启ShadowDom后,子应用渲染在`ant drawer`下的`monaco-…
-
### Description
When a MediumEditor instance is created inside a document-fragment (ShadowDom), problems are encountered:
1. Pasting text from keyboard doesn't work at all (Chrome & Safari): the…
-
### Which *exact* UI Library version are you using? For example: 1.0.1 - don't just write v1.
1.5.0
### Bug summary
In Umbraco V13, we had to disable the Shadow DOM for the time being in the uui-in…