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
Going from 1.12 to canary I found that components that use {{link-to}} fail their unit tests. The error occurs in packages/ember-routing-views/lib/views/link.js in computeLinkViewHref when it tries to generate the URL, but the _routing property is undefined.
Going from 1.12 to canary I found that components that use {{link-to}} fail their unit tests. The error occurs in
packages/ember-routing-views/lib/views/link.js
incomputeLinkViewHref
when it tries to generate the URL, but the_routing
property is undefined.I made a repo demonstrating the bug: https://github.com/csantero/link-to-error-demo
The text was updated successfully, but these errors were encountered: