You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue too but it turned out to be because I was calling dismiss twice by accident. Only started occurring after upgrading to 3.7.0. The error thrown is valid, but it's really not intuitive / self explanatory; that's the real issue here if you ask me.
Pro tip : DO NOT use dismiss() function id you have made the button-type as "submit " and using (ngSubmit)="something()" too which does the same thing as dismiss() [ this way the function would be called twice and second time the view would not be present at the moment to dismiss.]
I've removed the loadingCtrl
dismissOnPageChange
property to preventError: Uncaught (in promise): removeView was not found
Can't find a solution, see:
ionic-team/ionic-framework#11443
https://stackoverflow.com/questions/43828359/ionic-error-uncaught-in-promise-removeview-was-not-found/44515433#44515433
The text was updated successfully, but these errors were encountered: