Skip to content

Commit

Permalink
Revert "Bug 6672 (#7062)"
Browse files Browse the repository at this point in the history
This reverts commit cf62134.
  • Loading branch information
bholmesdev committed Jun 6, 2023
1 parent d72cfa7 commit 37f0908
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 87 deletions.
3 changes: 0 additions & 3 deletions packages/astro/src/runtime/server/render/astro/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export class AstroComponentInstance {
value = await value;
}
if (isHeadAndContent(value)) {
if (this.result.extraHead.length === 0 && value.head) {
yield renderChild(value.head);
}
yield* value.content;
} else {
yield* renderChild(value);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37f0908

Please sign in to comment.