@peersyst/react-hooks
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -9,3 +9,8 @@ import { useEffect } from "react"; | ||
} | ||
return function () { | ||
if (prevent) { | ||
document.documentElement.style.removeProperty("overflow"); | ||
} | ||
}; | ||
}, [prevent]); | ||
} |
@@ -9,3 +9,8 @@ import { useEffect } from "react"; | ||
} | ||
return function () { | ||
if (prevent) { | ||
document.documentElement.style.removeProperty("overflow"); | ||
} | ||
}; | ||
}, [prevent]); | ||
} |
@@ -9,3 +9,8 @@ import { useEffect } from "react"; | ||
} | ||
return function () { | ||
if (prevent) { | ||
document.documentElement.style.removeProperty("overflow"); | ||
} | ||
}; | ||
}, [prevent]); | ||
} |
@@ -15,3 +15,8 @@ "use strict"; | ||
} | ||
return function () { | ||
if (prevent) { | ||
document.documentElement.style.removeProperty("overflow"); | ||
} | ||
}; | ||
}, [prevent]); | ||
} |
{ | ||
"name": "@peersyst/react-hooks", | ||
"author": "Peersyst", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "./node/index.js", |
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
102891
2594