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
Map keys are not enumerable properties of the Map object, so the propertyIsEnumerable check does not apply to them.
This commit adds a condition to detect Map objects and uses Map.prototype.has to check for key existence.
Fixesimmerjs#1119.
0 commit comments