v2.2.0
- #53 fixes cases where match on
child.type
wherechild.type === Col (or instanceOf Col)
is unreliable. Opted for matching bystatic displayName
.
child.type
where child.type === Col (or instanceOf Col)
is unreliable. Opted for matching by static displayName
.