question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support change for Ember 3.24 LinkTo refactor

See original GitHub issue

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 for gte("3.24.0") to not apply the monkey-patch.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
chriskrychocommented, Jan 8, 2021

With Ember 3.24 out, this is now blocking any app from upgrading which depends on Engines!

0reactions
chriskrychocommented, Jan 14, 2021

Thanks so much, @rwjblue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember 3.24 Released
This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts,...
Read more >
Changelog - ember-bootstrap
:boom: Breaking Change. All components are refactored to tag-less Ember components as a first stepping stone to a full Glimmer components ...
Read more >
ember-cli/CHANGELOG.md at master - GitHub
The Ember.js command line utility. Contribute to ember-cli/ember-cli development by creating an account on GitHub.
Read more >
ember-qunit | Yarn - Package Manager
ember -qunit simplifies testing of Ember applications with QUnit by providing ... #972 Add support for Ember v4, drop support for < Ember...
Read more >
How to set link 'active' for multiple different routes in EmberJS
According to the link-to#active documentation, you can do this by using a space delimited "currentWhen", but this requires Ember 1.8. {{#link-to 'route1' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found