dillon1000/react

Commit

Add failing tests for coroutines

There are a few different issues:

* Updates result in unnecessary duplicate placements because it can't find the current fiber for continuations.
* When run together, coroutine update and unmounting tests appear to lock down in an infinite loop. They don't freeze in isolation.

I don't have a solution for this but just leaving it for future fixes.
Browse files
Changed paths2 files
First-parent comparison
M scripts/fiber/tests-passing.txt ModifiedM src/renderers/shared/fiber/__tests__/ReactCoroutine-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…