Skip to content

fix(from): exclude from array-like objects not index-accessible#7564

Open
mattcolo01 wants to merge 1 commit intoReactiveX:masterfrom
mattcolo01:fix-issue-7497
Open

fix(from): exclude from array-like objects not index-accessible#7564
mattcolo01 wants to merge 1 commit intoReactiveX:masterfrom
mattcolo01:fix-issue-7497

Conversation

@mattcolo01
Copy link

iterable objects that also have length property are not considered array-like unless they also have index access (i.e. obj[0])

closes issue 7497

Related issue: 7497

iterable objects that also have length property are not considered array-like
unless they also have index access (i.e. obj[0])

closes issue 7497
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.

1 participant