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
The root node keeps track of nodes is has seen as we traverse the graph, so as to prevent recursion.
The labels nodes are seen on the first call of reader() and this isn't reset for the 2nd call, so the labels nodes are not visited /returned on the 2nd call.
Maybe the API shouldn't allow this and we should just do:
Here's a test that illustrates the unexpected behavior:
The text was updated successfully, but these errors were encountered: