Skip to content

Commit f89e826

Browse files
Clean up
1 parent 58eb732 commit f89e826

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/componentStructure.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ class ComponentStructure {
1717
this.realList = realList;
1818
}
1919

20-
get _domChildrenFromNodes() {
21-
return this.nodes.default.map(getHtmlElementFromNode);
22-
}
23-
2420
get _isRootComponent() {
2521
return this.externalComponent || this.rootTransition;
2622
}

0 commit comments

Comments
 (0)