dillon1000/react

Commit

Allow DOM Nodes in ImmutableObject

Currently, `ImmutableObject` will stack overflow while it tries to recurse and deep freeze all the properties of a DOM node.
Browse files
Changed paths3 files
First-parent comparison
M src/utils/ImmutableObject.js ModifiedM src/utils/__tests__/ImmutableObject-test.js ModifiedA src/vendor/core/dom/isDOMNode.js Added
Patch

Files changed

Rendering syntax-highlighted changes…