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 has been archived by the owner on Jul 31, 2020. It is now read-only.
Some of our data structures refer to each other.
This leads to issues when we
JSON.stringify
them as we can end up with circular references.For each data structure we should figure out which properties should be included when it is on the wire and filter out the rest.
The text was updated successfully, but these errors were encountered: