-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Uncaught TypeError: inspectSource is not a function #719
Comments
It was fixed in |
Or not? Could you check it? |
Ok, I see one possible case - you use some copies of |
Okay, I found where the problem was: @babel/runtime-corejs3 was using an old copy of core-js-pure. Thanks for your answer. |
@zloirock This workaround works for me, what time you will publish this unreleased version? |
Soon. |
Hi,
after update core-js to version 3.4.5 I've got an error when using Promise.all() function.
Uncaught TypeError: inspectSource is not a function at Object../node_modules/core-js/internals/native-weak-map.js at __webpack_require__ at Object../node_modules/core-js/internals/internal-state.js at __webpack_require__ at Object../node_modules/core-js/internals/redefine.js at __webpack_require__ at Object../node_modules/core-js/internals/export.js at __webpack_require__ at Object../node_modules/core-js/modules/es.promise.js at __webpack_require__
I can see that there was an 'fix' for inspectSource in 3.4.5
Fixed inspectSource helper with multiple core-js copies and some related features like some edge cases of Promise feature detection
Before this update everything worked fine.
The text was updated successfully, but these errors were encountered: