dillon1000/react

Commit

Add contextTag field to Fiber type

contextTag is a bitmask that describes properties about the fiber
and its subtree. For example, the AsyncUpdates flag indicates whether
the subtree should use async scheduling.

When a fiber is created, it inherits the bitmask of its parent.
Browse files
Changed paths2 files
First-parent comparison
M src/renderers/shared/fiber/ReactFiber.js ModifiedA src/renderers/shared/fiber/isomorphic/ReactTypeOfContext.js Added
Patch

Files changed

Rendering syntax-highlighted changes…