ai
ai copied to clipboard
fix: Streamable UI `.append()` missing the initial node
When calling .append()
, the resolved node should be a concatenation of the current and the new node.
Closes #1038.