dillon1000/react

Commit

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.
Browse files
Changed paths4 files
First-parent comparison
M src/core/ReactDOMIDOperations.js ModifiedM src/core/ReactNativeComponent.js ModifiedM src/core/__tests__/ReactDOMIDOperations-test.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…