-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Uncaught (in promise): TypeError: null is not an object (evaluating 'this._queue.push' #11338
Comments
I think it is related with NavControllerBase, somehow it is being destroyed and used after that... Maybe... destroyed while transitioning? I will add some unit tests to reproduce it and provide a fix as soon as possible. Thanks for the issue |
In general I see a lot errors in Sentry of which I think are all related to toast and popups. Which might also be related to the NavController:
|
Can you open new issues please? |
@basvdijk are you using dismissOnPageChange: true? |
As requested a new issue @ #11341 and no I do not use |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[] 2.x
[X] 3.x
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
We are using Sentry.io to log client errors. So far we've seen this error coming up for users of iOS 10.2 and 10.3
Error: Uncaught (in promise): TypeError: null is not an object (evaluating 'this._queue.push'
Related code:
My guess is this error has something todo with https://github.com/driftyco/ionic/blob/master/src/tap-click/activator.ts#L54
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: