Merge branch 'worktree-iso-phase-4' into macros

This commit is contained in:
2026-03-07 19:20:57 +00:00
3 changed files with 9 additions and 3 deletions

View File

@@ -103,6 +103,9 @@
(define resolve-suspense
(fn (id sx)
;; Process any new <script type="text/sx"> tags that arrived via
;; streaming (e.g. extra component defs) before resolving.
(process-sx-scripts nil)
(let ((el (dom-query (str "[data-suspense=\"" id "\"]"))))
(if el
(do