epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

Epoxy attribute fields on a model cannot be changed once the model is added to a controller. Check that these fields are not updated, or that the assigned objects are not mutated, outside of the buildModels method. The only exception is if the change is made inside an Interceptor callback. Consider using an interceptor if you need to change a model after it is added to the controller and before it is set on the adapter. If the model is already set on the adapter then you must call `requestModelBuild` instead to recreate all models.

Open ElieBouNader opened this issue 4 years ago • 11 comments
trafficstars

i did everything and this issue still existing, any idea?

ElieBouNader avatar Dec 23 '20 13:12 ElieBouNader