diff --git a/Libraries/vendor/core/Map.js b/Libraries/vendor/core/Map.js index 14a948861..481b33220 100644 --- a/Libraries/vendor/core/Map.js +++ b/Libraries/vendor/core/Map.js @@ -553,7 +553,7 @@ module.exports = (function(global, undefined) { const getHash = (function() { const propIsEnumerable = Object.prototype.propertyIsEnumerable; - const hashProperty = guid(); + const hashProperty = '__MAP_POLYFILL_INTERNAL_HASH__'; let hashCounter = 0; /**