critters icon indicating copy to clipboard operation
critters copied to clipboard

Error when using selector ::part, Unmatched selector and :host-context([dir=rtl]) subselects_1.subselects[name] is not a function

Open odaialsughier opened this issue 2 years ago • 0 comments

I was building my ionic project when i got this warning

Generating index html...16 rules skipped due to selector errors: .ma-input-field::part(native) -> Unmatched selector: ) .item.ma-input-field::part(native) -> Unmatched selector: ) ion-range::part(bar) -> Unmatched selector: ) ion-range::part(bar-active) -> Unmatched selector: ) ion-range::part(knob) -> Unmatched selector: ) .list-item--top-level::part(detail-icon) -> Unmatched selector: ) :host-context([dir=rtl]) .ion-float-start -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-end -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-sm-start -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-sm-end -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-md-start -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-md-end -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-lg-start -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-lg-end -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-xl-start -> subselects_1.subselects[name] is not a function :host-context([dir=rtl]) .ion-float-xl-end -> subselects_1.subselects[name] is not a function

the warning is happening in utils.bundle.css inside the @ionic/angular bundle

odaialsughier avatar Feb 02 '22 13:02 odaialsughier