We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510329a commit c3361f1Copy full SHA for c3361f1
packages/openscd/src/open-scd.ts
@@ -56,7 +56,8 @@ import { newLogEvent } from '@openscd/core/foundation/deprecated/history';
56
57
/** The `<open-scd>` custom element is the main entry point of the
58
* Open Substation Configuration Designer. */
59
-@customElement('open-scd')
+// Change selector to avoid conflicts with open-scd from compas
60
+@customElement('original-open-scd')
61
export class OpenSCD extends LitElement {
62
63
render(): TemplateResult {
0 commit comments