-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError: Maximum call stack size exceeded with ED 3.14 #345
Comments
Same issue here... |
Thanks @jakesjews , I'm aware of this and downgraded to 3.12, just wanted to make sure that this was tracked |
no problem @IAmJulianAcosta! This ticket reminded me that I needed to update the readme so it was helpful. |
@jakesjews Would be awesome if you add an assertion that Ember Data is 3.12 or less. Maybe just a |
I was getting this error on what appeared to be compatible versions: #224 (comment)
^ I'm playing around with versions and I'm still seeing this. Here's my pull package json: https://github.com/NYCPlanning/ceqr-app/blob/548-fragments-for-transportation-planning-factors-model/package.json
This is weird, I'm completely stuck. Switching around versions doesn't seem to do anything. I still see this error everywhere. When I remove the addon, it goes away. It's bizarre that I was able to develop a feature with it with no problem. When I upgraded yarn, however, a large number of things were changed in the generated yarn.lock. I don't know what caused them or why, but it could be that some version drift somewhere changed some nuance and now simply having the addon in the app breaks it. |
This is fixed in ED 3.17.1 and 3.18. It was a bug in the ED store. |
Tested on brand new Ember install:
The problem is in CoreStore constructor
The text was updated successfully, but these errors were encountered: