-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support change for Ember 3.24 LinkTo refactor #740
Comments
cc. @rwjblue @villander |
With Ember 3.24 out, this is now blocking any app from upgrading which depends on Engines! |
It also breaks the pipelines before upgrading because of |
rwjblue
added a commit
that referenced
this issue
Jan 13, 2021
This is so that we can ensure that CI is passing for the TravisCI -> GH Actions migration (unrelated to the 3.24+ issues).
Fixed in [email protected]. |
Thanks so much, @rwjblue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emberjs/ember.js#19223 made a breaking change to the private implementation of
<LinkTo>
which Engines relies on. This breaks any existing user of Engines which upgrade to Ember 3.24. We need to add a conditional handling forgte("3.24.0")
to not apply the monkey-patch.The text was updated successfully, but these errors were encountered: