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

replace [].any with [].some #1814

Merged
merged 1 commit into from
Nov 22, 2021
Merged

replace [].any with [].some #1814

merged 1 commit into from
Nov 22, 2021

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Nov 22, 2021

[].any is only available when the prototype extensions are enabled, which isn't the case in all Ember apps.

Closes #1812

`[].any` is only available when the prototype extensions are enabled, which isn't the case in all Ember apps.
@RobbieTheWagner
Copy link
Member

Thanks so much for the PR @Windvis!

@RobbieTheWagner RobbieTheWagner merged commit b31e17d into emberjs:master Nov 22, 2021
@Windvis Windvis deleted the fix/array-any-usage branch November 22, 2021 18:32
@seanCodes
Copy link

@rwwagner90 Any chance you could push an update with this fix? The inspector is currently unusable with prototype extensions disabled which is kind of a pain (though it is work-around-able).

@RobbieTheWagner
Copy link
Member

@seanCodes I just tried kicking off a release. CI has been finicky though, so it may not work.

patricklx pushed a commit to patricklx/ember-inspector that referenced this pull request Sep 19, 2022
`[].any` is only available when the prototype extensions are enabled, which isn't the case in all Ember apps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking any Ember Data model throws error
3 participants