-
### Please verify the version of auro-hyperlink you have installed
4.1.1
### Please describe the bug
1. Create a hyperlink element in React that imports auro-hyperlink.
2. Place that anywhere in …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I upgraded the solution as found in https://github.com/khalidabuhakmeh/BlazorCustomElementsSa…
-
I suggest to add follow code snipped
`customElements.get("xxx") || customElements.define("xxx")`
This allow to prevent issue
Failed to execute 'define' on 'CustomElementRegistry': the name "hsva-c…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
14 and 15
### Bug summary
I tried to built custom editors which extend on built-in ones, but it fails, b…
bielu updated
3 weeks ago
-
Hello! Thank you for such a cool plugin!
There is currently an issue where if you use a custom component declaration through the `customElement` decorator on a class, ESLint with the `no-unused-var…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
We are importing stylesheets from outside. getting the below error in the browser. I do…
-
### Summary
Appending modal backdrop to the custom element instead of default body tag
### Detailed Description
On the modal element, you could define `data-hs-backdrop-container="#customElem…
-
## Description of the requested feature
At scale, it's very difficult to prevent custom elements from being defined more than once. When lots of teams are trying to publish their features to a …
heyMP updated
1 month ago
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
15.0.0-rc2
### Bug summary
Currently I have to manually write my Block List/Grid views to have code that…
-
Right now we don't actually use the CustomElementRegistry, which is standard in the WebComponents draft. Technically none of the Yoru components are currently valid. Use this opportunity to **complete…