Skip to content

Commit 3e0c104

Browse files
committed
fix(icon.directive): NG0504: ngSkipHydration tag is applied to an invalid node
1 parent 8dd0976 commit 3e0c104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/coreui-icons-angular/src/lib/icon/icon.directive.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { transformName } from './icon.utils';
99
exportAs: 'cIcon',
1010
selector: 'svg[cIcon]',
1111
host: {
12-
ngSkipHydration: 'true',
1312
'[innerHtml]': 'innerHtml()',
1413
'[class]': 'hostClasses()',
1514
'[attr.viewBox]': 'viewBox()',

0 commit comments

Comments
 (0)