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
Fix `currentAsLink` not working when determining state via voters. (#328)
The renderer was checking the items "current" state using its
`isCurrent()` method instead of the matcher, hence it would only work
when the state was manually set on the item via its `setCurrent()`
method.