Skip to content

Commit

Permalink
fix(core): skip hydration for eager content (#8207)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jul 26, 2024
1 parent d631e0a commit a0337c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/core/components/expand/expand.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export const TUI_EXPAND_LOADED = 'tui-expand-loaded';
styleUrls: ['./expand.style.less'],
changeDetection: ChangeDetectionStrategy.OnPush,
animations: [tuiParentAnimation],
host: {
ngSkipHydration: 'true',
},
})
export class TuiExpandComponent {
@ViewChild('wrapper')
Expand Down

0 comments on commit a0337c0

Please sign in to comment.