ember-cli-active-link-wrapper
ember-cli-active-link-wrapper copied to clipboard
Double render error
https://ember-twiddle.com/d8c8c1f590175dd465e3191c44a2b6c4
a bit more in detail:
when a link-to is wrapped with {{#active-link}} and the link-to has a dynamic title then changing the dynamic title value twice will cause a rerender assertion error on Ember v2.10
temporary workaround: put a <span title={{dynamicThing}}> inside the link-to and remove the title from the link-to itself