Skip to content

Commit 56c5ff7

Browse files
refactor(material/sort): Remove unnecessary ngSkipHydration attribute (#26852)
This attribute was inadvertently added and would cause hydration errors due to being applied on a plain table and not a component.
1 parent 24fab99 commit 56c5ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/sort/sort.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const _MatSortBase = mixinInitialized(mixinDisabled(class {}));
7575
exportAs: 'matSort',
7676
host: {
7777
'class': 'mat-sort',
78-
'ngSkipHydration': 'true',
7978
},
8079
inputs: ['disabled: matSortDisabled'],
8180
})

0 commit comments

Comments
 (0)