-
Notifications
You must be signed in to change notification settings - Fork 54
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
CliRouter is child of CliRouter is child of ... #84
Comments
I've got the same problem. Ive narrowed the problem to this line: Where the console extension picks the default routelist and replaces it with new one, but at the same time it appends the routelist to itself. This causes the router to enter infinite loop. |
#85 fixes the problem and even reverts BC break where console.originalRouter service was made no longer available |
fix infinite recursion in router di definition #84
This issue is resolved by this PR #85 @MilanPala reported this was working fix. |
The text was updated successfully, but these errors were encountered: