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
Hi @alidcastano. I think you're running into the same issue as described in #697. Essentially, functions are checked for referential equality, so function () {} isn't considered deeply equal to function () {}. The conversation in #697 goes into more detail about why it is that way, but here are two examples that demonstrate it:
The following code returns false:
But if I run it without the functions, it returns true.
The failed message reads:
The text was updated successfully, but these errors were encountered: