@@ -4996,7 +4996,7 @@ function resolveClassComponentProps(
49964996 (Component = Component.defaultProps) &&
49974997 (disableDefaultPropsExceptForClasses || !alreadyResolvedDefaultProps)
49984998 ) {
4999- newProps === baseProps && (newProps = assign({}, newProps, baseProps ));
4999+ newProps === baseProps && (newProps = assign({}, newProps));
50005000 for (var propName$68 in Component)
50015001 void 0 === newProps[propName$68] &&
50025002 (newProps[propName$68] = Component[propName$68]);
@@ -17781,7 +17781,7 @@ Internals.Events = [
1778117781var devToolsConfig$jscomp$inline_1815 = {
1778217782 findFiberByHostInstance: getClosestInstanceFromNode,
1778317783 bundleType: 0,
17784- version: "19.0.0-www-classic-2c470496 ",
17784+ version: "19.0.0-www-classic-a7d2fb9b ",
1778517785 rendererPackageName: "react-dom"
1778617786};
1778717787(function (internals) {
@@ -17825,7 +17825,7 @@ var devToolsConfig$jscomp$inline_1815 = {
1782517825 scheduleRoot: null,
1782617826 setRefreshHandler: null,
1782717827 getCurrentFiber: null,
17828- reconcilerVersion: "19.0.0-www-classic-2c470496 "
17828+ reconcilerVersion: "19.0.0-www-classic-a7d2fb9b "
1782917829});
1783017830var ReactFiberErrorDialogWWW = require("ReactFiberErrorDialog");
1783117831if ("function" !== typeof ReactFiberErrorDialogWWW.showErrorDialog)
@@ -18278,7 +18278,7 @@ exports.useFormState = function (action, initialState, permalink) {
1827818278exports.useFormStatus = function () {
1827918279 return ReactSharedInternals.H.useHostTransitionStatus();
1828018280};
18281- exports.version = "19.0.0-www-classic-2c470496 ";
18281+ exports.version = "19.0.0-www-classic-a7d2fb9b ";
1828218282"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1828318283 "function" ===
1828418284 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments