mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
We'll enable updating of text nodes. To be able to test that we need the text nodes to be mutable. They're currently just strings in the Noop renderer so this makes them an object instead. That exposed a bug in ReactFiberCommitWork for text nodes.