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
Fix interface equality for undefined (js.Undefined).
Catch and handle the case of both values being js.Undefined in
$interfaceIsEqual. Place this check underneath the check for
(a.constructor !== b.constructor) as an optimization.
Related to #237.
0 commit comments