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 was archived by the owner on Jul 7, 2026. It is now read-only.
Lets say we have the following user:
if you do
bob.set({name.first: "Bob"})you'd getbut if you try to do
bob.save({'name.first': "Bob"})you would getIn order to avoid unintended consequences, there should be some mechanism to use
savethe same way you would useset.