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 026a076 commit 72a38d8Copy full SHA for 72a38d8
packages/compas-open-scd/src/open-scd.ts
@@ -70,7 +70,7 @@ export class OpenSCD extends LitElement {
70
71
/** Object containing all *.nsdoc files and a function extracting element's label form them*/
72
@property({ attribute: false })
73
- nsdoc!: Nsdoc;
+ nsdoc: Nsdoc = initializeNsdoc();
74
75
private currentSrc = '';
76
/** The current file's URL. `blob:` URLs are *revoked after parsing*! */
0 commit comments