#with deprecation
cah-brian-gantzler opened this issue · 0 comments
cah-brian-gantzler commented
DEPRECATION: {{#with}}
is deprecated. If you always want the block to render, replace {{#with}}
with {{#let}}
. If you want to conditionally render the block, use {{#let}}
together with `{{#if}} instead. ('ember-elsewhere/templates/components/from-elsewhere.hbs' @ L6:C6) [deprecation id: ember-glimmer.with-syntax] See https://deprecations.emberjs.com/v3.x/#toc_ember-glimmer-with-syntax for more details.