ITADN

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

#7564Pull Requestmattcolo01 创建于 2025-08-23
M
mattcolo01commented
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](https://github.com/ReactiveX/rxjs/issues/7497)
合并状态:未合并 0 条评论