Comparing version 19.1.0-canary-9eabb373-20250124 to 19.1.0-canary-9ff42a87-20250130
@@ -490,3 +490,4 @@ /** | ||
); | ||
newKey._store.validated = oldElement._store.validated; | ||
oldElement._store && | ||
(newKey._store.validated = oldElement._store.validated); | ||
return newKey; | ||
@@ -1525,3 +1526,3 @@ } | ||
}; | ||
exports.version = "19.1.0-canary-9eabb373-20250124"; | ||
exports.version = "19.1.0-canary-9ff42a87-20250130"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1528,0 +1529,0 @@ "function" === |
@@ -544,2 +544,2 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-9eabb373-20250124"; | ||
exports.version = "19.1.0-canary-9ff42a87-20250130"; |
@@ -452,3 +452,4 @@ /** | ||
); | ||
newKey._store.validated = oldElement._store.validated; | ||
oldElement._store && | ||
(newKey._store.validated = oldElement._store.validated); | ||
return newKey; | ||
@@ -1114,3 +1115,3 @@ } | ||
}; | ||
exports.version = "19.1.0-canary-9eabb373-20250124"; | ||
exports.version = "19.1.0-canary-9ff42a87-20250130"; | ||
})(); |
@@ -426,2 +426,2 @@ /** | ||
}; | ||
exports.version = "19.1.0-canary-9eabb373-20250124"; | ||
exports.version = "19.1.0-canary-9ff42a87-20250130"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.1.0-canary-9eabb373-20250124", | ||
"version": "19.1.0-canary-9ff42a87-20250130", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
237941
6515