Closed tobia closed 3 years ago
Oh yeah, the implementation uses next() without iter…fantastic catch, thank you! You seem to be doing some thorough checking of the library, thank you! I do appreciate it!
:tada: This issue has been resolved in version 1.9.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
take
does not seem to work if the data argument is a plain JS array.To Reproduce
Expected behavior Unless I'm misunderstanding something, I expected to get
[1, 2, 3]
Version: Ferrum 1.9.0 on Node 14.16.0