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 6c0f2c3 commit 3ecff16Copy full SHA for 3ecff16
1 file changed
src/widget.ts
@@ -82,6 +82,7 @@ class ReactWidgetImpl<
82
83
destroy() {
84
// this only works after tiddlywiki 5.3.0
85
+ this.domNodes = [];
86
super.destroy?.();
87
this.root?.unmount?.();
88
}
0 commit comments