Angular 10 - Maximum call stack size exceeded
See original GitHub issueDescribe the bug
After trying to update to Angular 10, I get what I think is an error related to Angular Calendar or at least the accompanied date_fns library. Whenever I try to run ng serve
, I get an ERROR RangeError: Maximum call stack size exceeded
error and my project basically stops loading altogether.
Screenshots
Versions
@angular/core
: 10.0.0angular-calendar
: 0.28.16- Browser name and version: Chrome 83
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:16 (3 by maintainers)
Top Results From Across the Web
How to fix maximum call stack size exceeded error in angular ...
Maximum call stack size exceeded error is always a symptom of an infinite loop. The provided information doesn't point to a possible place ......
Read more >Maximum Call Stack Size Exceeded (Typescript Error) - Medium
In your code, the possibility is, You are calling a function that is calling another function and that function is calling another function....
Read more >"Error: Maximum call stack size exceeded" is there something I ...
I get "Error: Maximum call stack size exceeded", and I've got no clue as to where the problem is at. upload.service.ts:
Read more >JavaScript Error: Maximum Call Stack Size Exceeded
If you see the “Maximum Call Stack Size Exceeded” error, there's likely a problem with a recursive function within your JavaScript code.
Read more >Maximum call stack size exceeded Error in TypeScript
The "RangeError: Maximum call stack size exceeded" occurs when a function is being called so many times that the invocations exceed the call...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed on Angular Cli 10.0.1 Thanks Matt for your job!! 😃
@andyshear The issue is with the @angular/cli not with @angular/core, the fix still hasn’t been released in the cli (it’s still on version 10.0.0): https://www.npmjs.com/package/@angular/cli