You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@spuyet
I had the similar issue, it's obviously - infinite loop cycle.
You might have relation in your Question or Answer model to survey or to it's predcessor in hierarchical chain: Question has belongsTo relation to Survey
I think I'm suffering from this too. To use the example that @Blackening999 is suggesting, in my model I have a Survey model with questions: hasMany(), and a Question model with survey: belongsTo(). Attempting to clone a Survey instance results in an infinite loop.
It seems that PR #17 may be the solution - could it please get merged in?
Hi,
My browser becomes stuck with 100% CPU usage on object copy:
This is my action:
The survey model is copyable and has many questions (copyable too) with many answers (copyable again). Maybe an infinite loop in deep copy ?
The problem occurred only on survey with questions. Copy for a survey without questions works fine.
Ember-cli:
2.3.0
Ember-cli-copyable:
0.9.6
Any idea ?
The text was updated successfully, but these errors were encountered: