diff --git a/core/src/components/picker-column/picker-column.tsx b/core/src/components/picker-column/picker-column.tsx index 396ce9495c..17413091d4 100644 --- a/core/src/components/picker-column/picker-column.tsx +++ b/core/src/components/picker-column/picker-column.tsx @@ -441,7 +441,7 @@ export class PickerColumn implements ComponentInterface { get activeItem() { const { value } = this; const options = Array.from( - this.el.querySelectorAll('ion-picker-column-option') as NodeListOf + this.el.querySelectorAll('ion-picker-column-option') ); return options.find((option: HTMLIonPickerColumnOptionElement) => { /**