I keep getting the following error in my code ,I Looked at other posts like "maximum call stack size exceeded" but can't quite figure out, any guidance on how to fix this error?
Error in turbo_modules/@angular/core@13.0.3/fesm2015/core.mjs (16:undefined)
Maximum call stack size exceeded.
I shared the code Maxmimum call stack size exceeded
Downgrading the core-js version in package.json from 3.20.0 to 2.6.9 seems to fix this issue. Apparently core-js v3 has few breaking changes that are not compatible with some libraries.