Open
Description
If the model given to a {{link-to}}
helper is a promise (eg. DS.PromiseObject) the helper doesn't update the href once the Promise is fullfiled (which might change the result of the serialize()
hook of the desired Route).
- The link is not on a loading state and shows an incorrect url
- If the promise resolves the href is not updated
Once the link is clicked the new url is the correct one and the rerender of the components puts the correct value on the href of the link.
Is this the expected outcome?
Activity