dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/core/ReactComponent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…