We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Error: expecting a positive integer.
This happens when you call .some passing it a negative value or a non-integer.
.some
One possible cause is using .indexOf which returns -1 when it doesn't find the value being searched for.
.indexOf
-1
Please consider reading the API docs for .some.