-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: Interface 'HTMLIonIconElement' cannot simultaneously extend types 'IonIcon' and 'IonIcon' #20208
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
Comments
EDIT: Nevermind. Everything was upgraded except @ionic/core for some reason and updating it fixed this issue for me. |
I have the same issue using the defacto standard for creating a ionic vue app https://dev.to/aaronksaunders/build-your-first-ionic-vue-app-18kj (ps: I'm using typescript) |
Same here, update of ionic/core to 5.0.4, ionic/vue to 0.0.9 didn't fix it. |
@Chris2011 did you manage to resolve this? Same problem here. |
@dangerdan unfortunately not, after I tried to use Vue with Ionic and find my self that I don't like Ionic for the components and there interaction, I removed Ionic completely and use Vue + Vuetify + Cordova. |
Thanks for the reply. I love Ionic with Angular, but finding it unusable with Vue. I'll check out Vuetify too. Thanks. |
Thanks for the issue. Is this an issue with the latest version of Ionic Framework (the Ionic Angular issue)? If so, can you provide a repo with the code required to reproduce the issue? As for Vue, Ionic Vue is still in early beta, so this is not something we recommend for production apps. We are working on Ionic + Vue 3 integration, so expect more on that soon! |
Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. Thank you for using Ionic! |
Bug Report
Ionic version:
[x] 4.x
Current behavior:
I'm trying to use Ionic components in my angular library (npm module). I've created the angular library using this manual. Then I've installed @ionic/angular to package.json dependencies. And if I import anything from "@ionic/angular" (for example "import { IonicModule } from "@ionic/angular";") I'm getting many errors like this in "node_modules/ionicons/dist/types/components.d.ts(63,13):":
Expected behavior:
import should not cause errors
Steps to reproduce:
The text was updated successfully, but these errors were encountered: