I just updated my dependencies and I started getting this error while rendering the app with fastboot:
ReferenceError: AbortController is not defined
Does anyone knows how to fix it? I checked my package folder from “dist” and it looks like the node polyfill is added as a dependency:
"dependencies": {
"abortcontroller-polyfill": "^1.7.3",
"express-prom-bundle": "^6.6.0",
"fastboot-app-server": "^4.1.1",
"najax": "^1.0.7",
"node-fetch": "^2.6.1",
"prom-client": "^14.2.0"
},