Ensured it was registered in resources under Dashboards.
Tried version 1.1 and 1.0 but both give the same error, custom element not found.
On the console if i run: customElements.get("raptor-grid-card"), I get undefined.
The issue is this is defined twice in the file:
const RG_LitBase =
window.LitElement ||
Object.getPrototypeOf(
customElements.get("ha-panel-lovelace") ||
customElements.get("hui-view")
);
Ensured it was registered in resources under Dashboards.
Tried version 1.1 and 1.0 but both give the same error, custom element not found.
On the console if i run: customElements.get("raptor-grid-card"), I get undefined.
The issue is this is defined twice in the file:
const RG_LitBase =
window.LitElement ||
Object.getPrototypeOf(
customElements.get("ha-panel-lovelace") ||
customElements.get("hui-view")
);