Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
HannibalKcc opened this issue Sep 24, 2023 · 3 comments
Closed

Comments

@HannibalKcc
Copy link

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:

return isSymbol(key) ? key : key + '';

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

@zloirock
Copy link
Owner

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
Copy link
Owner

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
Copy link

whyer11 commented May 14, 2024

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:

return isSymbol(key) ? key : key + '';

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

后来这个问题有解决吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants