-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I'm using core-js in react project.
In Safari 5.1 (7534.50) the following code: window[Symbol()] = true; raises this error: RangeError: Maximum call stack size exceeded.
Possible error location in file: es.symbol.constructor.js related to setter if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
Metadata
Metadata
Assignees
Labels
No labels