dillon1000/react
Commit
Browse files Bugfixes to key assignment
Type coersion bug and ID breaking assumption. Names need to be wrapped in something unique since otherwise two unique siblings can end up having IDs that are subsets of eachother.
Changed paths5 files
First-parent comparisonsrc/core/ReactComponent.js ModifiedM src/core/__tests__/ReactIdentity-test.js ModifiedM src/core/__tests__/ReactMultiChildReconcile-test.js ModifiedM src/utils/__tests__/mapChildren-test.js ModifiedM src/utils/flattenChildren.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…