Anand Gupta
Anand Gupta

Reputation: 5700

Template Compiler Error (TemplateCompiler) in ember-paper/templates/components/paper-dialog.hbs

My ember application started showing below error while building the app (Initially it was working and without any code change, build started failing):

*Template Compiler Error (TemplateCompiler) in ember-paper/templates/components/paper-dialog.hbs

Assertion Failed: The {{in-element}} helper cannot be used. ('ember-paper/templates/components/paper-dialog.hbs' @ L1:C0)*

I am using "ember-cli": "^3.28.3" and "ember-paper": "^1.0.0-beta.30"

Ember latest 4.0 release showing renderTemplate is removed in favor of {{in-element}} or other rendering target. Is this API removal is the culprit?

Any clue or suggestion will help. Thanks a lot in advance!

Upvotes: 1

Views: 351

Answers (0)

Related Questions