Ivan

Results 11 comments of Ivan

> It seems that ember's builtin `LinkTo` should not be mutated anymore. Please see: [ember-template-lint/ember-template-lint#1820 (comment)](https://github.com/ember-template-lint/ember-template-lint/issues/1820#issuecomment-791963816) https://github.com/emberjs/rfcs/blob/master/text/0671-modernize-built-in-components-1.md now you can use ```link``` I think this addon is deprecated for new...

@jimmywarting do you have plans to merge? this PR also works for other extensions

> > now you can use link > > Does this work? `Feed` https://stackoverflow.com/questions/61740255/how-do-i-replace-invokeaction-attributes-on-link-to-components-in-emberjs

@jmurphyau ok, I agree with you, I think you can close it

have a look at README https://github.com/Hopding/pdf-lib/tree/master?tab=readme-ov-file#fonts-and-unicode

Same issue, any updates on this issue? node 12 npm 6 ember-cli: 3.28.4

@elwayman02 before we called route-actions in childrens, and the action was declared at the top route level, for example: ``` route1 -> route2 -> route3 (call route-action "route1") \-> route4...