Skip to content

Commit

Permalink
fix: add ngSkipHydration to MarkdownOutletComponent (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitaku authored Dec 1, 2023
1 parent 613c4b5 commit 137428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/markdown/markdown-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { MarkdownOutletComponent } from '../../shared/markdown-outlet/markdown-o
@Component({
standalone: true,
imports: [MarkdownOutletComponent],
template: `<app-markdown-outlet class="h-full" [content]="content" />`,
template: `<app-markdown-outlet class="h-full" [content]="content" ngSkipHydration />`,
styles: [
`
:host {
Expand Down

0 comments on commit 137428a

Please sign in to comment.