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
Right now the order of list values is unpredictable maybe due to the usage of the toString() method. Instead the node should use a reproduceable way to generate the string from a list e.g. by sorting the elements prior converting to string.