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
## Relevant issue(s)
Resolvessourcenetwork#2862
## Description
Handles multiple child index joins.
Init is called multiple times (IIRC when joining in this direction it is
called 1+NPrimaryDocs times) and the state was preserved between calls.
The new `resetState` func duplicates the overwriting of props set in
init, but I see that as worth it (very cheap, and means devs don't have
to care what is set outside of the constructor).
The following test panics:
It does not panic if any of the query fields are omitted.
The text was updated successfully, but these errors were encountered: