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.

fails to build in ember 3.27.0

See original GitHub issue
Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-basic-dropdown/templates/components/basic-dropdown/content.hbs

Assertion Failed: [BUG] seen set should be available

Builds ok in 3.20.0 (used ember-cli-update to do the upgrade)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:12

github_iconTop GitHub Comments

1reaction
timmoreycommented, Oct 12, 2021

@burritoIand I also ran into the Cannot read property 'args' of undefined error when I updated to ember 3.27. I found that I had conflicting resolutions for @glimmer/tracking in my lockfile, causing both 1.0.1 and 1.0.4 to be available. I massaged the lockfile to get all references to resolve to 1.0.4, and the error went away.

0reactions
kategenglercommented, Feb 17, 2022

Seen this upgrading ember-source from 3.24.8 to 3.28.5 using 4.0.3 of this addon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember 3.27 Released
Today the Ember project is announcing release 3.27 of Ember.js, Ember Data, and Ember CLI. This is a minor version, stable release.
Read more >
Ember build error: Assertion Failed: [BUG] seen set should ...
Update ember-power-select to the latest version will fix this issue.
Read more >
ember-cli-babel | Yarn - Package Manager
warn . General Purpose Env Flags ... In testing and development environments DEBUG will be replaced by the boolean literal true , and...
Read more >
ember-lifeline
ember -lifeline. Ember.js addon for lifecycle aware async tasks and DOM events. ... All tests pass with Ember >=3.16.10 <=3.27.0
Read more >
ember-error-tracker
Add the configuration to your config/environment.js . ... Enable babel source-maps in your ember-cli-build.js if you want to find out the original ...
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