zloirock / core-js

Standard Library
MIT License
23.99k stars 1.62k forks source link

symbol process throw error——Cannot convert a Symbol value to a string #1292

Closed HannibalKcc closed 8 months ago

HannibalKcc commented 8 months ago

version: core-js 3.32.2

phone : vivo X7Plus ua: Mozilla/5.0 (Linux; Android 5.1.1; vivo X7Plus Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 KugouBrowser

error source: https://github.com/zloirock/core-js/blob/743a5adfd6574e70a65034facf7250a499c4f8d4/packages/core-js/internals/to-property-key.js#L9

in most of devices which i can find, only this device will throw error.

zloirock commented 8 months ago

Please, add a reproducible example - without it, it is impossible to say something. I know about some such Symbol issues in such Chrome versions - but all of them are worked around.

zloirock commented 8 months ago

Closed as can't reproduce.

As an option, it could be incorrect targets (for example, es.symbol is not injected) or a conflict with an alternative polyfill.

whyer11 commented 2 weeks ago

version: core-js 3.32.2

phone : vivo X7Plus ua: Mozilla/5.0 (Linux; Android 5.1.1; vivo X7Plus Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 KugouBrowser

error source:

https://github.com/zloirock/core-js/blob/743a5adfd6574e70a65034facf7250a499c4f8d4/packages/core-js/internals/to-property-key.js#L9

in most of devices which i can find, only this device will throw error.

后来这个问题有解决吗?