Abdullah Izzuddiin Alqassam
Results
3
comments of
Abdullah Izzuddiin Alqassam
Insert this on your constructor ` constructor(props) { super(props); this.modalRef = null } ` Update your ref attribute on your modal Component to ` this.modalRef = element} > ` and...
Is this PR enough to solve this issue or you will create another solution? @rgomezp Actually, I never seen this crash again after my app use this patch.
Hi, anyone has solved this issue? I got same problem too.