From e22c7b3e58816c2d80f29306441b108234fee249 Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Tue, 25 Apr 2023 11:43:52 -0700 Subject: [PATCH] Restore server controlled form fields to whatever they should be (#26708) Summary: 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. DiffTrain build for commit https://github.com/facebook/react/commit/2fa632381839c8732dad9107b90911163b7f2b7a. Changelog: [Internal] Reviewed By: poteto Differential Revision: D45238365 fbshipit-source-id: b75b4779bd3759362d69f96994ba781982f650a0 --- packages/react-native/Libraries/Renderer/REVISION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/Renderer/REVISION b/packages/react-native/Libraries/Renderer/REVISION index dcf03608e95..996d0aa70c0 100644 --- a/packages/react-native/Libraries/Renderer/REVISION +++ b/packages/react-native/Libraries/Renderer/REVISION @@ -1 +1 @@ -7ce765ec321a6f213019b56b36f9dccb2a8a7d5c +2fa632381839c8732dad9107b90911163b7f2b7a