Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that the result of
readQuery
should not be modified (#4815)
The `readQuery` call may return an object that is shared with the current contents of cache, which can cause some weird behavior if you mutate the `readQuery` result. See also: #4514 #4543
- Loading branch information