I am facing a very strange behavior with building with --prod, I am using the latest Ionic cli 3.13.2
I appreciate if anyone can tell me how to solve the problem or change my code to achieve the desired outcome in the last code block below.
I have a list of checkboxes
<ion-list>
<ion-item *ngFor="let user of people.items">
<ion-label>{{user.name}}</ion-label>
<ion-checkbox [value]="user.id"></ion-checkbox>
</ion-item>
When I run/build with --debug or even with --prod --livereload, the code comes out correctly as below
I am afraid they would introduce unforeseen problems like the one in this very post. I finally got the App into a stable state after a few months of struggling. I am also not 100% sure this would actually solve the problem. Is there any way around this without this upgrade? I want to ship this release out and then deal with all the upgrades to come to the latest version.
No idea, but I am not willing to debug broken code. That’s why new versions are released, to fix known bugs and problems.
You will have to find someone else to help you.