dillon1000/react

Commit

[Fiber] Run Fragment deletion effects for HostText children (#37168)

There was inconsistent behavior with text nodes retaining event
listeners while all other nodes have them removed in deletion effects.
This fixes that handling
Browse files
Changed paths2 files
First-parent comparison
M packages/react-dom/src/__tests__/ReactDOMFragmentRefs-test.js ModifiedM packages/react-reconciler/src/ReactFiberCommitWork.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…