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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Currently on my application I have a model that extends the User model. Fetching and retrieving information is working properly however when I update an attribute it seems to generate a new document entry.
Currently on my application I have a model that extends the
User
model. Fetching and retrieving information is working properly however when I update an attribute it seems to generate a new document entry.Works (no new entry)
https://github.com/kkomaz/debut/blob/user-profile-image/src/sagas/user/setUserAvatar.js#L9
User
modelDebutUser
with the extra attributesDoesn't Work
https://github.com/kkomaz/debut/blob/user-profile-image/src/sagas/user/setUserAvatar.js#L8
debutUser
modelI'm guessing it has to do with the wrapped modeling.
The text was updated successfully, but these errors were encountered: