Skip to content

Commit 33e2291

Browse files
committed
Pass enableCustomElements to a2ui-root in surface renderer to enable custom component rendering
1 parent 2e373b4 commit 33e2291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderers/lit/src/0.8/ui/surface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export class Surface extends Root {
121121
.childComponents=${this.surface?.componentTree
122122
? [this.surface.componentTree]
123123
: null}
124+
.enableCustomElements=${this.enableCustomElements}
124125
></a2ui-root>`;
125126
}
126127

0 commit comments

Comments
 (0)