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
If $trace.enable('Transition') is called and one Transition Parameter is a circular structure, then a Converting circular structure to JSON error is triggered.
The error happens in transition.ts - toString Line 759
The text was updated successfully, but these errors were encountered:
AnWeber
changed the title
Maximum call stack size exceeded in Transition.toString with circular structure
Converting circular structure to JSON error in Transition.toString
Aug 24, 2017
Thanks for your fix. Great Work. Maybe you also fixed angular-ui/ui-router#3521 with this commit. I am waiting for a new angularjs release to test this issue.
wawyed
pushed a commit
to wawyed/core
that referenced
this issue
Mar 3, 2018
If $trace.enable('Transition') is called and one Transition Parameter is a circular structure, then a Converting circular structure to JSON error is triggered.
The error happens in transition.ts - toString Line 759
AngularJS: 1.6.5
UI Router: v1.0.6
DEMO: http://plnkr.co/edit/yzJ1cV0DU1izGUFxZM1C?p=preview
The text was updated successfully, but these errors were encountered: