react-refresh
Advanced tools
Comparing version
@@ -146,18 +146,2 @@ /** | ||
}; | ||
exports.findAffectedHostInstances = function (families) { | ||
var affectedInstances = new Set(); | ||
mountedRoots.forEach(function (root) { | ||
var helpers = helpersByRoot.get(root); | ||
if (void 0 === helpers) | ||
throw Error( | ||
"Could not find helpers for a root. This is a bug in React Refresh." | ||
); | ||
helpers | ||
.findHostInstancesForRefresh(root, families) | ||
.forEach(function (inst) { | ||
affectedInstances.add(inst); | ||
}); | ||
}); | ||
return affectedInstances; | ||
}; | ||
exports.getFamilyByID = function (id) { | ||
@@ -164,0 +148,0 @@ return allFamiliesByID.get(id); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.0.0-experimental-c3cdbec0a7-20240708", | ||
"version": "0.0.0-experimental-c44e4a25-20250409", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%58438
-0.95%1547
-1.02%