-
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
Transition Error: Cannot read property 'getTransitionName' of null #8881
Comments
@Dheran can you test if the problem persist in nightly?
|
@manucorporat I've never seen this stack trace when the black screen occurs in reference to #8885. I'm able to reproduce this in the browser and on iOS Testing ionic-angular@nightly now **Edit |
I ran into this issue as well. However, as @curtisblanchette points out, after upgrading to I will keep monitoring it... |
I will close this issue for the moment. please feel free to reopen it. |
I installed ionic-angular@nightly module. But to me it does not work, the problem persists. What could I do wrong? |
Alas, the problem persists indeed. I applied a different work-around for now. |
I was getting a similar issue too with the same stack trace on |
Hi Ionites,Did this fix the problem? issue reproduce : https://github.com/TongeJie/ionic2-push-issuedevelopment environmentYour system information: Node Version: v5.12.0 |
Odd because it works for me using |
@TongeJie I was able to reproduce the problem with your repo, then noticed it does not use nightly:
UPDATE: after upgrading to nightly, I can not longer reproduce this issue with your repo |
After some testing with the conference app running the latest nightly I also cannot reproduce this issue anymore. Because of this I am going to close this issue for now. Thanks everyone! |
Hi, I'm currently getting this error (rc3), I suspects it's some sort of race condition where using Loading. Runtime Error **Edit: it's nothing to do with Loading, it's when you dismiss a modal using navController.pop() ** **Edit 2: using viewController.dismiss() (which is the right way to dismiss a modal) fixes this. Still, it probably shouldn't crash with .pop() ** |
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 2, IOS issue. Reproducible in desktop browser too.
Steps:
First I need to navigate more than 2 levels, then come back by pressing back instantly (regular speed) and you will get empty black screen in desktop browser or white screen in ios app.
Error stack:
nav-controller-base.js:289 Uncaught TypeError: Cannot read property 'getTransitionName' of null
at NavControllerBase._postViewInit (nav-controller-base.js:289)
at NavControllerBase._viewTest (nav-controller-base.js:348)
at NavControllerBase._nextTrns (nav-controller-base.js:192)
at ti.resolve (nav-controller-base.js:142)
at NavControllerBase._trnsFinish (nav-controller-base.js:462)
at t.invoke (polyfills.js:3)
at Object.onInvoke (ng_zone.js:236)
at t.invoke (polyfills.js:3)
at e.run (polyfills.js:3)
at NgZone.run (ng_zone.js:126)
The text was updated successfully, but these errors were encountered: