dillon1000/react
Commit
Browse files Fix reconciling when switching to/from innerHTML
There's no way that this can work if _updateDOMChildren doesn't know about dangerouslySetInnerHTML, so tell it. Fixes #377.
Changed paths4 files
First-parent comparisonsrc/core/ReactDOMIDOperations.js ModifiedM src/core/ReactNativeComponent.js ModifiedM src/core/__tests__/ReactDOMIDOperations-test.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…