You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with core-js we use angular universal v8 as SSR
We have an issue with google search console, seems search-console uses chrome v41 when testing the url and rendering, and when we load our site the javascript info on the page shows an error with .trim() undefined.
If we have an error on the google search console the page won't be indexed. So this error is critical
We also remove all the .trim() on our project and the error still showing up. So we are struggling to find the solution. Any ideas what the cause? or what do I need to include?
package.json
"core-js": "~3.6.3",
polyfills.ts - we load this
import "core-js/stable";
import 'core-js/es/reflect';
import 'event-source-polyfill/src/eventsource.min.js'
import 'js-polyfills/polyfill.min.js'
import 'web-animations-js';
(window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
(window as any).__zone_symbol__UNPATCHED_EVENTS = ['resize'];
import 'zone.js';
ERROR
The text was updated successfully, but these errors were encountered:
I have an issue with core-js we use angular universal v8 as SSR
We have an issue with google search console, seems search-console uses chrome v41 when testing the url and rendering, and when we load our site the javascript info on the page shows an error with .trim() undefined.
If we have an error on the google search console the page won't be indexed. So this error is critical
We also remove all the .trim() on our project and the error still showing up. So we are struggling to find the solution. Any ideas what the cause? or what do I need to include?
package.json
"core-js": "~3.6.3",
polyfills.ts - we load this
import "core-js/stable";
import 'core-js/es/reflect';
import 'event-source-polyfill/src/eventsource.min.js'
import 'js-polyfills/polyfill.min.js'
import 'web-animations-js';
(window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
(window as any).__zone_symbol__UNPATCHED_EVENTS = ['resize'];
import 'zone.js';
ERROR
The text was updated successfully, but these errors were encountered: