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
Add the following to the dummy app: {{#link-to 'generated'}}Generated{{/link-to}}
Run ember s
Click the link and observer the following error: Uncaught TypeError: Cannot read property 'split' of undefined
which occurs in this method snippet:
function findChildRouteName(parentRoute, originatingChildRoute, name) {
var router = parentRoute.router;
var childName;
var targetChildRouteName = originatingChildRoute.routeName.split('.').pop();