A2UI
A2UI copied to clipboard
fix(lit): Pass enableCustomElements from Surface to Root
Surface accepts enableCustomElements but wasn't passing it to the child <a2ui-root>. This prevents custom components from rendering when using the Surface wrapper.
All other container components (List, Card, Column, Row, etc.) already pass this property—Surface was the only one missing it.