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