dillon1000/react

Commit

Restore server controlled form fields to whatever they should be (#26708)

Fizz can emit whatever it wants for the SSR version of these fields when
it's a function action so they might not align with what is in the
previous props. Therefore we need to force them to update if we're
updating to a non-function where they might be relevant again.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-dom-bindings/src/client/ReactDOMComponent.js ModifiedM packages/react-dom-bindings/src/client/ReactDOMInput.js ModifiedM packages/react-dom/src/__tests__/ReactDOMFizzForm-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…