When an HTML tag like (div) appears as a kwarg value in SX wire format, callComponent evaluates it with sxEval (data mode) which doesn't handle HTML tags. Now sxEval delegates to renderDOM for any render expression (HTML tags, SVG tags, fragments, raw!, components). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>