-
-
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
Uncaught TypeError: (0 , j.__extends) is not a function at main.js:1 #977
Comments
How it's related to |
Thanks Zloirock for your response , how to solve this any idea its runetime error while running angular (versiion 12 ) application |
how your pointing its related to core-js ? if you get any idea or solution please share ASAP. i have googled not getting solution. |
It's a |
ok Thanks zloirock |
i was getting error for uncaught could not find module error for the TSLIB after adding ("paths": {
"tslib" : ["node_modules/tslib/tslib.d.ts"]
},)
in tsconfig.json getting below error solution required.
Uncaught TypeError: (0 , j.__extends) is not a function
at main.js:1
at Object.39643 (main.js:1)
at r (runtime.js:1)
at Object.27458 (main.js:1)
at r (runtime.js:1)
at Object.53604 (main.js:1)
at r (runtime.js:1)
at Module.70907 (main.js:1)
at r (runtime.js:1)
at Module.61116 (main.js:1)
The text was updated successfully, but these errors were encountered: