You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EXPECTED: an array of 2 records with keys key1 and key3
CURRENT: only 1 record with ley key1
I’m not sure why this is happening. If the array includes 1 element, contains works well. But if the array has more than 1 element, contains doesn’t recognize that this record should be returned.
Can you help me with this, please?
The text was updated successfully, but these errors were encountered:
Hello!
I encountered an unusual issue. I’m not sure if it’s a bug or if I’m mistaken, but I would appreciate some clarification :)
Code to reproduce:
EXPECTED: an array of 2 records with keys key1 and key3
CURRENT: only 1 record with ley key1
I’m not sure why this is happening. If the array includes 1 element, contains works well. But if the array has more than 1 element, contains doesn’t recognize that this record should be returned.
Can you help me with this, please?
The text was updated successfully, but these errors were encountered: