Ionic 2 Lifecycle events is not being recognized with Modals transitions

Hello everyone,

I just updated Ionic 2 to Beta 9 I can’t detect Lifecycle events like ionViewLoaded, ionViewWillEnter and others after Modal transitions, for example with Beta 8 I could detect these events after trigger: ViewController.dismiss();

Anyone facing a similar problem?
Thanks in advance!

hi, i have a similir issue and found this ticket: https://github.com/driftyco/ionic/issues/5929
but no solution. i don’t know how it was with beta 8 cause i started with the modal one day ago.
but you say that the lifecycles actually worked with beta 8?

edit: updated to beta 9 and everything is fine now.