@lucasbasquerotto nice, it’s working! I’d love to understand what i just did though, i’m not familiar with these notations:
private orderedData: T[] = [];
this.data = this.orderedData.filter(item => !!item);
i started using typescript for the first time with Ionic, this might be the cause…