Arno Lehtonen
Arno Lehtonen
I managed to use trackBy with a nested array without any problems. Is this some special case? ```
@cca-developer If you already haven't, simplify the trackBy and try returning only `item.proposalRevisionItemID`. Or remove it completely, and then call `(removeItem)="removeItem($event, index, item.proposalRevisionItemID)`, if that's what you need.
Is this going to be merged?
@eduplus Added a prompt to select the build variant. Additionally, I feel like the `askQuestion` method in `android.js` should be refactored or removed