question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 10 - Maximum call stack size exceeded

See original GitHub issue

Describe 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

image

Versions

  • @angular/core: 10.0.0
  • angular-calendar: 0.28.16
  • Browser name and version: Chrome 83

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
ritxwebcommented, Jul 2, 2020

Fixed on Angular Cli 10.0.1 Thanks Matt for your job!! 😃

5reactions
mattlewis92commented, Jul 1, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found