fails to build in ember 3.27.0
See original GitHub issueTemplate 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:
- Created 2 years ago
- Reactions:2
- Comments:12
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.Seen this upgrading ember-source from 3.24.8 to 3.28.5 using 4.0.3 of this addon.