All 500+ "hostComponents" are extending an unique master component, so they
all share same type.
There is a contradiction in this line, it may be either *All 500+
"hostComponents" are extending a unique master component*, OR* they all
share same type*. It is not possible to have both at the same time.
Example: Sprite extends  DisplayObject and Shape extends DisplayObject -
they do not share the same type, they share a common superclass, while the
type is different.

Reply via email to