Skip to content

Commit

Permalink
chore: skip hydration when rendering ui-code
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Aug 1, 2024
1 parent cce22a4 commit c9de940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
>

<ng-container *cfRichTextMark="MARKS.CODE; let node = node">
<ui-code [code]="node.value"></ui-code>
<ui-code [code]="node.value" ngSkipHydration></ui-code>
</ng-container>
</div>
</div>
Expand Down

0 comments on commit c9de940

Please sign in to comment.