dillon1000/react
Commit
Browse files Add comment about bug in yields
This needs to be fixed somehow. The reconciler could know if you are mounting this continuation into the same spot as before and then clone it. However, if the continuation moves, this info is lost. We'd try to unmount it in one place and mount the same fiber in another place.
Changed paths1 file
First-parent comparisonsrc/renderers/shared/fiber/ReactFiber.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…