-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Interface 'HTMLIonIconElement' cannot simultaneously extend types 'IonIcon' and 'HTMLStencilElement'. Named property 'ariaHidden' of types 'IonIcon' and 'HTMLStencilElement' are not identical. #1007
Comments
Thanks for the issue. I am going to close this as a duplicate of #1011. |
Hello, after facing this problem, i'm symply modify my typescript config file by adding : compilerOptions > "skipLibCheck": true, /* To learn more about this file see: https://angular.io/config/tsconfig. */ |
@oziriz31 thanks for you solve. It help me :) |
thanks a lot |
the things resolved, but new issue on ionic serve ERROR Error: Uncaught (in promise): TypeError: resolver.resolveComponentFactory is not a function |
I had the same issue. You have to upgrade Ionic version to Ionic 6: https://ionicframework.com/docs/intro/upgrading-to-ionic-6 |
Can't compile Ionic with Typescript 4.4 because of an error on IonIcons:
Error: node_modules/ionicons/dist/types/components.d.ts:66:15 - error TS2320: Interface 'HTMLIonIconElement' cannot simultaneously extend types 'IonIcon' and 'HTMLStencilElement'.
[ng] Named property 'ariaHidden' of types 'IonIcon' and 'HTMLStencilElement' are not identical.
The text was updated successfully, but these errors were encountered: