All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m20s
renderComponentDOM now eagerly renders kwarg values that are render expressions (HTML tags, <>, ~components) into DOM nodes. But renderDOM treated any non-array object as a dict and returned an empty fragment, silently discarding pre-rendered content. Add a nodeType check to pass DOM nodes through unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>