Hey,
Not sure if anyone has reported this however, I ran into an issue when upgrading my project to Angular 8. Once I published my project as a production version, I started getting an error when loading the site in a browser as follows:
Cannot set property ‘originalVal’ of undefined at jqxcore.js:15
I noticed that in tsconfig.json, the target compiler has been set to ES2015 (which I read is ES6 but don’t quote me on that). I was able to fix this issue by setting this back to ES5, published again as a production version, and the site was working fine again.
Just an FYI… I’m guessing Angular 8 is very new and you guys may not have had a chance to do some testing…
Thanks
AJ
-
This topic was modified 3 years, 9 months ago by ajcroteau.
-
This topic was modified 3 years, 9 months ago by ajcroteau.