-
-
Notifications
You must be signed in to change notification settings - Fork 241
"enableTracing: true" leads to an exception in @angular/router #650
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
Labels
Comments
Reproduced with Android and angular-end branch. Just pass enableTracing for the optional ExtraOptions and it will crash with the following error:
|
Fixed in master (#660) |
Is it normal for this error to appear only when running a bundled version of the app? |
This was referenced Feb 8, 2019
the fix is in both release and master branches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug is reproducible with sample-Groceries (SHA a3a34318429e2bfe99420c65d6b77f5095618064).
You need to enable routing trace.
This will lead to core.umd.js:3491:32: EXCEPTION: null is not an object (evaluating 'dom_1.logGroup').
nativescript-anular : 1.3.0
"@angular/router": 3.3.1
The text was updated successfully, but these errors were encountered: