Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install the unique-id helper polyfill #90

Merged
merged 2 commits into from
Apr 21, 2021

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Apr 20, 2021

More information: emberjs/rfcs#659

This makes it easier to generate ids for input elements.

This polyfill implements RFC659 so it's safe to use until the actual implementation is released in ember-source.
@Windvis Windvis changed the base branch from master to development April 20, 2021 16:21
extends: 'octane'
extends: 'octane',
rules: {
'no-curly-component-invocation': {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rules don't detect unique-id as a built-in helper yet.

@nvdk nvdk merged commit da144ce into development Apr 21, 2021
@nvdk nvdk deleted the chore/install-unique-id-helper-polyfill branch April 21, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants