Ben Kirchner

Results 8 comments of Ben Kirchner

also running into this issue due to daylight savings

What i am seeing is the following error `Assertion Failed: [ember-crumbly] Could not find a current route Error at assert (http://localhost:4200/assets/vendor.js:20974:13) at assert (http://localhost:4200/assets/vendor.js:32725:34) at Class.get (http://localhost:4200/engines-dist/authoring/assets/engine-vendor.js:5072:9) at ComputedPropertyPrototype.get (http://localhost:4200/assets/vendor.js:32381:28)...

Looks like in bread-crumbs.js ` currentRouteName: readOnly('applicationRoute.controller.currentRouteName'),` currentRouteName is undefined since controller is pretty much empty. This described case is where I have put crumbly inside a component within my...

Whats the progress on this its been open for a while because it may fix a few daylight saving issues.

Any reason why this pr is still open it’s been almost 2 months. A few people have been waiting on to see if it fixes a daylight savings issue.

Also seeing additional issues with daylight savings. that throws same error.

Seems to work as you described but i am not sure i agree with the proposed solution: ``` /foo/bar renders foo and bar.index crumbs /foo renders foo.index crumb if it...