Akram El Meddeb
Results
2
comments of
Akram El Meddeb
The issue exists on V5.x as well
@DwieDima @sean-perkins I was able to fix the bug with this code: ``` export class ModalOutletPage implements OnInit { @Input() public component: HTMLElement; @Input() public componentProps: unknown; isModalInitialized: boolean =...