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
Here is the broken version on Ember 1.12.0-beta.1+canary.61ef0d2b, Its also broken on latest beta release.
"Uncaught TypeError: Cannot read property 'routeName' of undefined" http://emberjs.jsbin.com/taqamo/11/edit
And the code that's causing it:
if (into && into === parentRoute(route).routeName) {
into = undefined;
}
In the working example it seems the code in renderOptions "into" returns application where as it gets set to undefined in the problem code, is there a reason for this? Am I missing something here?
The text was updated successfully, but these errors were encountered:
Here is the broken version on Ember 1.12.0-beta.1+canary.61ef0d2b, Its also broken on latest beta release.
"Uncaught TypeError: Cannot read property 'routeName' of undefined"
http://emberjs.jsbin.com/taqamo/11/edit
And the code that's causing it:
And a working bin with Ember "1.10.0"
http://emberjs.jsbin.com/taqamo/9/edit
In the working example it seems the code in renderOptions "into" returns application where as it gets set to undefined in the problem code, is there a reason for this? Am I missing something here?
The text was updated successfully, but these errors were encountered: