Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HostText needs to copy over from current if it is unchanged in persis…
…tent mode (#17538) stateNode is not one of the fields that gets copied over by createWorkInProgress. This is bad for persistent mode since it's not the same instance. In HostComponent we happened to always end up transferring the current stateNode when we bail. However, we didn't do this for HostText.
- Loading branch information