Skip to content Skip to sidebar Skip to footer

What Could Be Reason Of The Error 'maximum Call Stack Size Exceeded' Inside Ember Data?

After Ember release new version 3.6.0 I started to get the error in console: rsvp.js:24 Uncaught RangeError: Maximum call stack size exceeded at WeakMap.get () at getC

Solution 1:

I think it may be this issue: https://github.com/emberjs/ember.js/issues/17190

This has not been fixed in Ember 3.6. You may need to continue using Ember 3.5 or to apply the workaround in this comment: https://github.com/emberjs/ember.js/issues/17190#issuecomment-440208573

Post a Comment for "What Could Be Reason Of The Error 'maximum Call Stack Size Exceeded' Inside Ember Data?"