Skip to content

Error in the console when navigating in the lumx documentation #525

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

Closed
arnaudvalle opened this issue May 30, 2017 · 3 comments
Closed

Error in the console when navigating in the lumx documentation #525

arnaudvalle opened this issue May 30, 2017 · 3 comments
Labels

Comments

@arnaudvalle
Copy link
Contributor

arnaudvalle commented May 30, 2017

I don't think it really breaks anything (yet) but it's not great...

  1. Go to http://ui.lumapps.com/
  2. Click on CSS in the main nav
  3. Click on Component in the main nav
  4. Check the JS console logs
Possibly unhandled rejection: {"$id":1,"type":2,"message":"The transition has been superseded by a different transition","detail":{"_identifier":"app.components.button","_definition":{"self":{"url":"/button","views":{"main@":{"templateUrl":"/includes/modules/button/button.html"}},"name":"app.components.button"},"__stateObjectCache":{"nameGlob":null},"name":"app.components.button","parent":{"self":{"url":"/components","views":{"sidebar@":{"templateUrl":"/includes/layout/sub-nav/sub-nav-components.html"}},"redirectTo":"app.components.button","name":"app.components"},"__stateObjectCache":{"nameGlob":null},"name":"app.components","parent":{"self":{"abstract":true,"views":{"header":{"templateUrl":"/includes/layout/header/header.html"}},"name":"app"},"__stateObjectCache":{"nameGlob":null},"name":"app","parent":{"self":{"name":"","url":"^","views":null,"params":{"#":{"value":null,"type":"hash","dynamic":true}},"abstract":true},"__stateObjectCache":{"nameGlob":null},"name":"","parent":null,"url":{"config":{"params":"...","strict":true,"caseInsensitive":false},"_cache":{"path":["..."]},"_children":[{"config":{"params":{},"strict":true,"caseInsensitive":false},"_cache":{"path":["...","..."],"parent":"...","pattern":{},"segments":["/"],"weights":[1]},"_children":[],"_params":[],"_segments":["/"],"_compiled":["/"],"pattern":"/"},{"config":{"params":{},"strict":true,"caseInsensitive":false},"_cache":{"path":["...","..."],"parent":"...","pattern":{},"segments":["/","getting-started"],"weights":[1,2]},"_children":[{"config":{"params":{},"strict":true,"caseInsensitive":false},"_cache":{"path":["...","...","..."],"parent":"...","pattern":{},"segments":["/","getting-started","/","installation"],"weights":[1,2,1,2]},"_children":[],"_params":[],"_segments":["/installation"],"_compiled":["/installation"],"pattern":"/installation"},{"config":{"params":{},"strict":true,"caseInsensitive":false},"_cache":{"path":["...","...","..."],"parent":"...","pattern":{},"segments":["/","getting-started","/","customization"],"weights":[1,2,1,2]},"_children":[],"_params":[],"_segments":["/

I'm guessing it's some compatibility issue between the angularjs version and ui-router, something like that... (most likely related to angular-ui/ui-router#3404)

@christopherthielen
Copy link

I'm very glad you linked to that ui-router issue because I was able to reproduce the problem with this app. I'll get a fix in ui-router soon.

@christopherthielen
Copy link

christopherthielen commented Jun 10, 2017

Fixed in ui-router 1.0.4

@arnaudvalle
Copy link
Contributor Author

@christopherthielen thanks a lot for fixing this, works like a charm ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants