dillon1000/react
Commit
Browse files Logging use of objects as maps for children
Let's start logging objects as maps for children. We may want to deprecate this and replace it with ImmutableMap and Map data structures instead. This should ideally be logged in the recursive function but since that loses the scope of where these children are passed it's easier to start tracking them here to get an idea of how frequently and where it's used.
Changed paths1 file
First-parent comparisonsrc/core/ReactComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…