dillon1000/react

Commit

Don't use the render callback with promises (#10050)

This covers up errors that are thrown in Fiber, because callback gets
fired *and* an error is thrown. Created a follow up #10049 to reevaluate
these semantics.

# Conflicts:
#	scripts/fiber/tests-passing-except-dev.txt
#	scripts/fiber/tests-passing.txt
Browse files
Changed paths3 files
First-parent comparison
M scripts/fiber/tests-passing-except-dev.txt ModifiedM scripts/fiber/tests-passing.txt ModifiedM src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…