I want to set default selected values in an angular material selection list using angular reactive forms.
I set the default array of values in constructor using setValue() method for the selection list form control.
The problem is that I have this error in the console: ExpressionChangedAfterItHasBeenCheckedError: Previous value: 'aria-selected: false'. Current value: 'aria-selected: true'
I let you here the link to stackblitz: