ember-cli-active-link-wrapper icon indicating copy to clipboard operation
ember-cli-active-link-wrapper copied to clipboard

Double render error

Open alexspeller opened this issue 8 years ago • 2 comments

https://ember-twiddle.com/d8c8c1f590175dd465e3191c44a2b6c4

alexspeller avatar Dec 21 '16 17:12 alexspeller

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

Turbo87 avatar Dec 21 '16 17:12 Turbo87

temporary workaround: put a <span title={{dynamicThing}}> inside the link-to and remove the title from the link-to itself

Turbo87 avatar Dec 21 '16 17:12 Turbo87