Skip to content

Commit

Permalink
Comment findCurrentFiberUsingSlowPath method
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 29, 2017
1 parent 4a3762a commit a302bfb
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,3 +1,4 @@
// Extracted from https://github.com/facebook/react/blob/7bdf93b17a35a5d8fcf0ceae0bf48ed5e6b16688/src/renderers/shared/fiber/ReactFiberTreeReflection.js#L104-L228
function findCurrentFiberUsingSlowPath(fiber) {
const alternate = fiber.alternate;
if (!alternate) {
Expand Down

0 comments on commit a302bfb

Please sign in to comment.