Rodrigo
Rodrigo
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....
### Describe the bug In the field array functionality, when reordering items (e.g. swapping positions, moving items to the top), the underlying values of the array fields change, but the...
### Describe the bug I noticed the bug when trying to use the `Field` component with a static name that points to a property inside of an array (e.g. `friends.0.name`)....