Documentation. Stop multiple declarations of LitElement
This commit is contained in:
parent
fa49973e8c
commit
521e0c4fab
@ -90,7 +90,7 @@ Currently, the Home Assistant frontend is being converted to LitElement based el
|
|||||||
Instead, a reference to `LitElement` must be extracted from somewhere else:
|
Instead, a reference to `LitElement` must be extracted from somewhere else:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const LitElement = Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
|
var LitElement = LitElement || Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
|
||||||
class LitCard extends LitElement {
|
class LitCard extends LitElement {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user