react-refresh
Advanced tools
Comparing version 0.16.0-rc-01172397-20240716 to 0.16.0-rc-04bd67a4-20240924
@@ -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.16.0-rc-01172397-20240716", | ||
"version": "0.16.0-rc-04bd67a4-20240924", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58429
1547