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
We gonna take store.save out of the documentation soon. store.save(type, id, properties) overwrites an object entirely, you usually don't want to do that. Instead use store.add(type, properties) and store.update(type, properties, update)
is the only difference between
store.add
andstore.save
that you can specify an id with save?The text was updated successfully, but these errors were encountered: