Skip to content

Commit

Permalink
[WIP] Change pendingWorkPriority to represent the priority of the child
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Jan 10, 2017
1 parent 026f7d3 commit 0083655
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 284 deletions.
3 changes: 3 additions & 0 deletions scripts/fiber/tests-failing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ src/renderers/shared/__tests__/ReactPerf-test.js
* should not count time in a portal towards lifecycle method
* should work when measurement starts during reconciliation

src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
* can defer side-effects and reuse them later - complex

src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
* can be retrieved by ID

Expand Down
1 change: 0 additions & 1 deletion scripts/fiber/tests-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
* can update a completed tree before it has a chance to commit
* updates a child even though the old props is empty
* can defer side-effects and resume them later on
* can defer side-effects and reuse them later - complex
* deprioritizes setStates that happens within a deprioritized tree
* calls callback after update is flushed
* calls setState callback even if component bails out
Expand Down
Loading

0 comments on commit 0083655

Please sign in to comment.