dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/shared/fiber/ReactFiber.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…