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

Mobile Safari: undefined is not an object (evaluating '__getOwnPropDesc(module, key).enumerable') #489

Closed
grantspeelman opened this issue Oct 28, 2020 · 1 comment

Comments

@grantspeelman
Copy link

We starting receiving the following error only on mobile Safari:

undefined is not an object (evaluating '__getOwnPropDesc(module, key).enumerable')

Downgrading to 0.7.17 fixed the problem for us

@evanw
Copy link
Owner

evanw commented Oct 28, 2020

Thanks for the report. After some research, I'm guessing this is due to a bug in Safari where Object.getOwnPropertyDescriptor is broken for numeric properties: zloirock/core-js#495.

@evanw evanw closed this as completed in 29b9e13 Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants