ember-polyfills / ember-angle-bracket-invocation-polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`let` doesn't work

raghuvaran opened this issue · comments

{{#let (component 'ui/timeline') as |Timeline|}}
<Timeline .../>
{{/let}}

doesn't yield Timeline nor throw any error.
using with instead of let works fine!

I'm on "ember-source": "~3.1.2"

How are you using let (from which addon)? I don't believe it was a builtin feature until v3.2.0.

Sorry, I was under assumption that ember-angle-bracket-invocation-polyfill addon will also polyfill let. After going thru the RFC again, I understood they are different.