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
This seems like an acceptable way to provide backward compatibility. It looks a little WAT, but since accessing LinkView is already deprecated, I'm ok with it.
If developers wish to add attributes to their anchor tags, beyond the standard set supported by ember out of the box,
the advised approach is something like this
This approach works in ember 1.12.x but does not in 1.13.x. This is due to the replacement of
LinkView
withLinkComponent
.My proposed fix is something like
which seems to work.
I'm happy to work on a PR once I get the "go ahead" on this approach
The text was updated successfully, but these errors were encountered: