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 was 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.stringifythem 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.