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: fix to issue #132 (implementation of child(through)
`func child(through path: TypedChildIndexPath) -> Markup?` uses the root document node's child count
for comparison against the passed in path for valid reference to a child. Changed it to use the
current iterated element.
fix#132
0 commit comments