-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ember-data 2.14.0: Assertion Failed: You modified "model.players" twice on ... in a single render. #5017
Comments
You are likely either loading data twice in the same render or mutating that data within the same render. I would suggest asking for help on Slack. |
Yes, but I don't understand where. And with |
I encounter exactly the same symptoms switching from 2.13.x to 2.14.x. I did'nt have the time to dig in further now, but I will do asap. |
I also saw something similar when running ember-try with 2.14, but we're still stuck on 2.12 until #4986 is fixed up, so I didn't bother to dive in too deeply. It's definitely possible we're doing something goofy that just happened to work before and a change in 2.14 exposed it. |
I have this with a vanilla adapter and serialiser generating jsonapi from a non standard json backend. Just overriding normalise and using store.find |
I have the same problem. And like @johnunclesam I don't get it where I try to load the data twice... There is also another issue which looks very similar: #4942 not sure if it is an issue with my/our code or an issue with ember-data. Maybe someone has an idea how to debug this problem. I'm pretty much lost in the huge stacktrace. |
Same issue. Although #4942 looks like it is the root of the issue. |
Just updating
ember-data
to2.14.0
from2.13.1
I have this following error.NodeJs 7.10.0 - npm 5.0.3
My package.json:
team.hbs:
Why this error?
The text was updated successfully, but these errors were encountered: