pull/16542/head
ComputerGuy 1 month ago
parent f3daef7947
commit b1cc101c08

@ -10,7 +10,8 @@ export function create_fragment(transparent = false) {
nodes: [], nodes: [],
metadata: { metadata: {
transparent, transparent,
dynamic: false dynamic: false,
has_await: false
} }
}; };
} }

@ -6,6 +6,5 @@
* @param {Context} context * @param {Context} context
*/ */
export function Fragment(node, context) { export function Fragment(node, context) {
node.metadata.has_await = false;
context.next({ ...context.state, fragment: node }); context.next({ ...context.state, fragment: node });
} }

Loading…
Cancel
Save