Merge branch 'worktree-iso-phase-4' into macros
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user