-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Issue
There seems to be an issue with list equality check. It looks like the function functions want to work with lists (JS arrays) to get a length of a list and then compare each element one by one. But it actually gets objects with a list representation. Thus it always goes to return true;
branch.
This creates another issues.
Solution
One way to solve it is to call _Json_listEquality
function recursivelly.
ymtszw, harrysarson, okkero, vstene, ronanyeah and 1 more
Metadata
Metadata
Assignees
Labels
No labels