|
|
|
|
@ -1002,13 +1002,12 @@ function serialize_inline_component(node, expression, context) {
|
|
|
|
|
b.thunk(b.block([statement]))
|
|
|
|
|
)
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
context.state.template.push(statement);
|
|
|
|
|
} else if (context.state.skip_hydration_boundaries) {
|
|
|
|
|
context.state.template.push(statement);
|
|
|
|
|
if (node.type === 'SvelteComponent' || (node.type === 'Component' && node.metadata.dynamic)) {
|
|
|
|
|
context.state.template.push(block_open, statement, block_close);
|
|
|
|
|
} else {
|
|
|
|
|
context.state.template.push(statement);
|
|
|
|
|
// context.state.template.push(block_open, statement, block_close);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|