data icon indicating copy to clipboard operation
data copied to clipboard

Updates to the remote state of a locally-deleted (not persisted deletion) should not error

Open runspired opened this issue 3 years ago • 0 comments

const record = await store.findRecord("user", "1");
record.deleteRecord();
const record = await store.findRecord("user", "1"); // errors if any updated data is received

runspired avatar Mar 08 '22 21:03 runspired