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
Currently when we query an archetype at a time before the archetype has been logged, we end up getting a PrimaryNotFound error. This means that every view-part-system does something like:
Currently when we query an archetype at a time before the archetype has been logged, we end up getting a
PrimaryNotFound
error. This means that every view-part-system does something like:New systems sometimes forget to do this, leading to spurious warning pop-ups.
If the component exists but not at that time we should indicate this condition by returning an empty list rather than a None.
The text was updated successfully, but these errors were encountered: