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
I noticed that your details model is not under VC. Hence, it is created again if you start from the state without local changes. When I restart after the details model is created I do not see the error anymore.
A, I overlooked that. Dependencies from persistent to non-persistent models does not work.
Do you think that is necessary? The example works fine without it.
In my "DetailsBack" example, I create the temporary model
details
with Declare.Then, we have a new dependency:
coarse
depends ondetails
.After a restart, this dependency cannot be resolved (I presume because
details
model id changed).The text was updated successfully, but these errors were encountered: