dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonsrc/renderers/shared/fiber/ReactFiber.js ModifiedA src/renderers/shared/fiber/isomorphic/ReactTypeOfContext.js AddedPatch
Files changed
Rendering syntax-highlighted changes…