-
[Custom Elements](https://developers.google.com/web/fundamentals/web-components/customelements) are gaining traction as the best way to create interoperable components for web. Ionic, the popular mobi…
-
**Is your feature request related to a problem? Please describe.**
The reason why i am creating this request it's pretty simple. I feel like we lacks of built-in functions which would allow to manage…
ds1-e updated
3 years ago
-
### What is the issue with the HTML Standard?
The `` element is discussed more generally here, and this issue is for a topic which has been split out: https://github.com/w3c/csswg-drafts/issues/10242…
-
"customElements not defined!"
could you help me?
EssLi updated
3 years ago
-
react-docgen can't find a component definition when the component is defined as a higher-order component:
```javascript
import React from 'react';
const wrap = (CustomElement) => (props) =>
…
-
My app runs on a basePath, but when the files of the dev-server-hmr are loaded, the basePath is not added to the URL and ends up in a 404:
**http://localhost:8082/__web-dev-server__/wc-hmr/patch.js…
acory updated
3 years ago
-
### Steps to reproduce
- download the [design starter](https://github.com/vaadin/designer-tutorial/archive/latest-initial.zip) project from the [tutorial](https://vaadin.com/docs/latest/tools/designe…
-
### Describe the bug
Our project uses a custom DocumentationTemplate.mdx file. The `storybook` and `build-storybook` commands work with no issue. When I try to run the tests with this addon, a build …
-
```console
create:1 Uncaught DOMException: Failed to construct 'CustomElement': The result must not have attributes
```
```ts
@customElement('test-component')
class TestForm extends LitElement{…
-
When i have a page and custom element files in one folder:
```
└───pages
ig-register.html (custom element)
ig-register.ts (custom element)
register.html (page)
registe…