@@ -4725,6 +4725,7 @@ HooksDispatcherOnRerender.useFormState = function (action) {
47254725 currentStateHook = currentHook;
47264726 if (null !== currentStateHook)
47274727 return updateFormStateImpl(stateHook, currentStateHook, action);
4728+ updateWorkInProgressHook();
47284729 stateHook = stateHook.memoizedState;
47294730 currentStateHook = updateWorkInProgressHook();
47304731 var dispatch = currentStateHook.queue.dispatch;
@@ -17236,7 +17237,7 @@ Internals.Events = [
1723617237var devToolsConfig$jscomp$inline_1817 = {
1723717238 findFiberByHostInstance: getClosestInstanceFromNode,
1723817239 bundleType: 0,
17239- version: "18.3.0-www-classic-aafdf38d ",
17240+ version: "18.3.0-www-classic-907e805e ",
1724017241 rendererPackageName: "react-dom"
1724117242};
1724217243var internals$jscomp$inline_2176 = {
@@ -17266,7 +17267,7 @@ var internals$jscomp$inline_2176 = {
1726617267 scheduleRoot: null,
1726717268 setRefreshHandler: null,
1726817269 getCurrentFiber: null,
17269- reconcilerVersion: "18.3.0-www-classic-aafdf38d "
17270+ reconcilerVersion: "18.3.0-www-classic-907e805e "
1727017271};
1727117272if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1727217273 var hook$jscomp$inline_2177 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17597,4 +17598,4 @@ exports.useFormState = function (action, initialState, permalink) {
1759717598exports.useFormStatus = function () {
1759817599 return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1759917600};
17600- exports.version = "18.3.0-www-classic-aafdf38d ";
17601+ exports.version = "18.3.0-www-classic-907e805e ";
0 commit comments