dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonscripts/fiber/tests-passing.txt ModifiedM src/renderers/shared/fiber/__tests__/ReactCoroutine-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…