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
When the client and the server disagree about the value of a ref, and the node has a $timestamp value newer than what the server provides, it is possible to cause cached data to be overwritten with atoms of undefined.
Although setting refs with a $timestamp value on the client is not explicitly supported, we want to avoid corrupting cached data.
More investigation is needed to define reproducible steps to trigger.
The text was updated successfully, but these errors were encountered:
When the client and the server disagree about the value of a ref, and the node has a
$timestamp
value newer than what the server provides, it is possible to cause cached data to be overwritten with atoms ofundefined
.Although setting refs with a
$timestamp
value on the client is not explicitly supported, we want to avoid corrupting cached data.More investigation is needed to define reproducible steps to trigger.
The text was updated successfully, but these errors were encountered: