We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c65c04 commit c2a52d6Copy full SHA for c2a52d6
1 file changed
packages/astro/src/runtime/server/render/component.ts
@@ -413,10 +413,7 @@ function sanitizeElementName(tag: string) {
413
return tag.trim().split(unsafe)[0].trim();
414
}
415
416
-function renderFragmentComponent(
417
- result: SSRResult,
418
- slots: ComponentSlots = {},
419
-): RenderInstance {
+function renderFragmentComponent(result: SSRResult, slots: ComponentSlots = {}): RenderInstance {
420
const slot = slots?.default;
421
return {
422
render(destination) {
0 commit comments