-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[email protected] updated to 3.19.0 Object is not a function #1002
Comments
It can't be related to |
The core changes are here:6123ff1 |
So what about the environment? |
All changes in |
Without a reproducible example, I can't say more, so I'm waiting for it. |
I have found the cause of the problem. This version upgrade triggered my application environment bug.The main point of change is "var Object = global.Object",There is no Object in my application environment window,So I need to polyfill window.Object = Object,thanks,that's all. ღ( ´・ᴗ・` ) |
Through investigation, it was found that it was an error after editing and building after the latest change and upgrade. Latest submission([WIP] Changes from October 2021 TC39 meeting
![issue](https://user-images.githubusercontent.com/7478617/139671332-308dc0c2-c185-4064-821d-e6e0d832cf2c.png)
#1001):https://github.com/zloirock/core-js/pull/1001/files
The screenshot of the error message is as follows:
The text was updated successfully, but these errors were encountered: