[0.7.0] Cannot read property 'name' of null
See original GitHub issueAfter updating from 0.6.9 to 0.7.0 and logging in in our application (which does a transition), we get the following error:
Uncaught (in promise) TypeError: Cannot read property 'name' of null
at RouterService.<anonymous> (route-styles.js:17)
at sendEvent (metal.js:345)
at RouterService.trigger (evented.js:110)
at Class.<anonymous> (router.js:70)
at sendEvent (metal.js:345)
at Class.trigger (evented.js:110)
at PrivateRouter.routeWillChange (router.js:179)
at Transition.abort (router_js.js:366)
at Transition.retry (router_js.js:401)
at login.js:34
at tryCatcher (rsvp.js:335)
at invokeCallback (rsvp.js:506)
at publish (rsvp.js:492)
at rsvp.js:16
at invoke (backburner.js:335)
at Queue.flush (backburner.js:226)
at DeferredActionQueues.flush (backburner.js:423)
at Backburner._end (backburner.js:957)
at Backburner._boundAutorunEnd (backburner.js:626)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:10 (5 by maintainers)
Top Results From Across the Web
eslint throwing "cannot read property 'name' of null" · Issue #593
Using typescript-eslint-parser disables jsx parsing even though I have jsx:true in parserOptions and throws this cannot read property 'name' of ...
Read more >ERROR in Cannot read property 'fileName' of null After ...
I'm getting an ERROR in Cannot read property 'fileName' of null after updating angular 7 to 9. I have updated all of my...
Read more >Solidity ^0.6.0 Truffle Compile Error: Cannot read property ...
This seems to be a problem from your JS code. · I added the only JS file automatically created by Truffle when running...
Read more >TFS 2018 RC2 Cannot read property 'name' of null - error on ...
I use a filter with a specific iteration on a storyboard. For example, iteration 1. An error occurred when the administrator deleted iteration...
Read more >TypeError: Cannot read property 'timed_out' of null and ...
Hi guys, We are using kibana, search guard in combination with keycloak (openid). While reading indeces in the kibana dashboards I have ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bitwolfe @boris-petrov @andybluntish added a quick “catch all” fix in #322. Will loop back around to this and add some tests later. Just wanted to try to unblock you all.
I would like a better way to handle these intermediary transitions, but don’t know of a way to now.
0.7.2 is released. Please try it out.