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 f68fd72 commit 64ebe28Copy full SHA for 64ebe28
src/TextComponent.ts
@@ -34,7 +34,7 @@ export class TextComponent extends NodeComponent<Text> {
34
* @throws {@link !DOMException} Always
35
*/
36
public override append(): typeof this {
37
- throw new DOMException(`TextComponent.append: Cannot add children to a ${this.constructor.name}`);
+ throw new DOMException(`NodeComponent.append: Cannot add children to a ${this.constructor.name}`);
38
}
39
40
/**
0 commit comments