React supports rendering of iterables and collections as childrens. react-tree-walker does not support this at this moment leading to unexpected results when using Iterables (e.g. List from immutable-js) as children. Subtrees that are rendered in react are might be skipped by the visitor.
I created a minimal example that shows the issue: https://codesandbox.io/s/o9kzlrql86
Here are some links from the original react discussion:
Original Issue
Original PR
Would be great to have this feature!