Geert Verhagen
Geert Verhagen
It's not fixed, still facing this issue
> It seems that `ngOnInit()` will fire so long as some parameters change. Using `ionDidViewEnter(),` doesn't work very well because it fires after the components have been generated, causing errors....
> > It's not fixed, still facing this issue > > @Papabeer04 Which version ? Fresh install or an upgrade using package.json ? 5.2.4
My problem remains with a modal, when I open the modal and close it and go to another page. Then go back to the page and open the modal again...
For me the problem was actually in my service. I followed the course of Simon Grimm but he makes a mistake. (Using firebase) service.ts : ``` constructor(private afs: AngularFirestore) {...