-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
This landed as available via string resolution at unique-id but did not come with a public import, meaning it doesn't currently work in <template>/strict mode. Per discussion at the Framework team meeting a few weeks ago, it should be exported from @ember/helper, the same as the other public helpers which are not built-ins (hash, array, concat, get, and fn etc.).
It needs two things to be public:
- Create public import for
uniqueIdhelper #20171 - A note in the blog post for that release (which should be 4.8).
Additionally, we'll want to update ecosystem support for it:
- add it to the list of allowed built-ins for the
no-curly-component-invocationrule inember-template-lint