adopted-ember-addons / ember-router-helpers

MIT License
39 stars 14 forks source link

Active intent #312

Open amk221 opened 7 months ago

amk221 commented 7 months ago

I'd like to use this addon, but because it re-computes by tracking the currentRouteName it means that when a route is loading, it will not appear as active (creating an annoying 'flickering' effect)

This is counter to Ember's LinkTo component, which is stable across transitions

Reproduction