dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/utils/ImmutableObject.js ModifiedM src/utils/__tests__/ImmutableObject-test.js ModifiedA src/vendor/core/dom/isDOMNode.js AddedPatch
Files changed
Rendering syntax-highlighted changes…