diff --git a/projects/core/components/expand/expand.component.ts b/projects/core/components/expand/expand.component.ts index ddc19da51710..7a53273a1711 100644 --- a/projects/core/components/expand/expand.component.ts +++ b/projects/core/components/expand/expand.component.ts @@ -44,14 +44,6 @@ export const TUI_EXPAND_LOADED = 'tui-expand-loaded'; changeDetection: ChangeDetectionStrategy.OnPush, animations: [tuiParentAnimation], host: { - /** - * TODO: fix later - * Be careful and thoughtful about using this attribute. - * It is intended as a last resort workaround. - * Components that break hydration should be - * considered bugs that need to be fixed. - */ - ngSkipHydration: 'true', '[style.height.px]': 'height', '[class._loading]': 'loading', '[class._overflow]': 'overflow', diff --git a/projects/kit/components/accordion/accordion-item.template.html b/projects/kit/components/accordion/accordion-item.template.html index c8c95e08f36a..7ae112712ec1 100644 --- a/projects/kit/components/accordion/accordion-item.template.html +++ b/projects/kit/components/accordion/accordion-item.template.html @@ -44,7 +44,7 @@ *ngIf="eagerContent" class="t-content" > - +