Closed cyberwombat closed 7 years ago
Can you provide a stack trace? That's the polyfill for Symbol.prototype.valueOf() throwing.
It's unclear what would be triggering that, and I don't have IE9 handy.
Hmm IE9 doesn't have proper stack trace. Under its Call Stack panel it mentions this line right before the valueOf one:
console.assert(typeof global.Symbol() === 'symbol' || symbolForKey(String(global.Symbol('x')))); // Line 302
Not sure if I am reading it correctly and if it's the one triggering the error
Finally had a chance to try this out; I pushed a fix. Can you give it a try?
Using this in head:
In IE9 (9.0.8112) in Win7 dumps this error to console on load.