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
Fix trace placement for errors occurring in lists (#7699)
Previously, when errors occurred while resolving a list item, the trace builder
would fail to place the error at the correct path and just default to the root
node with a warning message:
> `Could not find node with path x.y.1, defaulting to put errors on root node.`
This change places these errors at their correct paths and removes the log.
Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:
8
+
9
+
> `Could not find node with path x.y.1, defaulting to put errors on root node.`
10
+
11
+
This change places these errors at their correct paths and removes the log.
0 commit comments