ember-fastboot / ember-cli-head

Ember Cli Addon for Adding Content to HTML Head
MIT License
98 stars 34 forks source link

private {{-in-element}} deprecated #82

Closed krukid closed 3 years ago

krukid commented 3 years ago

updating to ember-source@3.20.0 produces the following deprecation warning on build:

DEPRECATION: The use of the private {{-in-element}} is deprecated, please refactor to the public {{in-element}}. ('ember-cli-head/templates/components/head-layout.hbs' @ L1:C0) [deprecation id: glimmer.private-in-element]

rwjblue commented 3 years ago

Was fixed in https://github.com/ronco/ember-cli-head/pull/71 and released as 1.0.0, please upgrade 😸

krukid commented 3 years ago

Sorry, it's an ember-page-title@5.2.4 dependency issue 🤭

https://github.com/adopted-ember-addons/ember-page-title/issues/164