Extend Ionic component

Hi all, I’m trying to extend Ionic component, but faced with the problem. More details on the link:

I tried to extend the other my components, in different variations, and there is no problem.
But with the ionic components it’s look like it inherit it with metadata and extend it. ( my components don’t inherit metadata), so thats why it’s give me an error:

More than one component matched on this element.
Make sure that only one component's selector can match a given element.
Conflicting components: Item,ExtendedItem

and i dont know how to sulve this problem.
Thanks!

1 Like

Hey! Did you find a way to fix this? Thanks!

Yes, more on stackoverflow the link above

Wouldn’t this be extremely fragile? Ionic components’ internal implementation is subject to change at any moment. App developers shouldn’t be relying on any of it.