You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just upgraded typescript (from version 4.3.5) and got these errors in the Ionicons type definitions, as reported when running yarn start inside an Ionic project that uses Ionicons 5.5.3:
Error: node_modules/ionicons/dist/types/components.d.ts:66:15 - error TS2320: Interface 'HTMLIonIconElement' cannot simultaneously extend types 'IonIcon' and 'HTMLStencilElement'.
Named property 'ariaHidden' of types 'IonIcon' and 'HTMLStencilElement' are not identical.
66 interface HTMLIonIconElement extends Components.IonIcon, HTMLStencilElement {
~~~~~~~~~~~~~~~~~~
NOTE: Typescript reports similar errors for code within it's own repository (further errors with the above build were reported in node_modules/typescript/lib/lib.dom.d.ts) so this may be a problem with Typescript 4.4.2 itself and who knows, when that is fixed, it may fix this problem automatically. Not sure.
But the current combination of Typescript version 4.4.2 and Ionicons version 5.5.3 is broken.
The text was updated successfully, but these errors were encountered:
Just upgraded typescript (from version 4.3.5) and got these errors in the Ionicons type definitions, as reported when running
yarn start
inside an Ionic project that uses Ionicons 5.5.3:NOTE: Typescript reports similar errors for code within it's own repository (further errors with the above build were reported in
node_modules/typescript/lib/lib.dom.d.ts
) so this may be a problem with Typescript 4.4.2 itself and who knows, when that is fixed, it may fix this problem automatically. Not sure.But the current combination of Typescript version 4.4.2 and Ionicons version 5.5.3 is broken.
The text was updated successfully, but these errors were encountered: