dillon1000/react
Commit
Browse files Remove the Mixin layer of indirection on ReactMultiChild (#7598)
As mentioned in https://github.com/facebook/react/pull/7581#issuecomment-242952042 we can remove the Mixin layer of indirection as it only exports a Mixin and I find it confusing.
Changed paths5 files
First-parent comparisonsrc/renderers/art/ReactART.js ModifiedM src/renderers/dom/shared/ReactDOMComponent.js ModifiedM src/renderers/native/ReactNativeBaseComponent.js ModifiedM src/renderers/shared/stack/reconciler/ReactMultiChild.js ModifiedM src/renderers/testing/ReactTestRenderer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…