@hostv2hp/common
Advanced tools
Comparing version 1.0.97 to 1.0.98
@@ -107,4 +107,11 @@ "use strict"; | ||
code: `import ${newTitle} from "./${newTitle}"; | ||
import { useEffect } from "react"; | ||
const ${newTitle}PropsExtractor = (props) => { | ||
console.log(props); | ||
useEffect(() => { | ||
setTimeout(() => { | ||
console.log(props); | ||
} | ||
, 1000); | ||
} | ||
, [props]); | ||
return <${newTitle} {...props} />; | ||
@@ -111,0 +118,0 @@ }; |
{ | ||
"name": "@hostv2hp/common", | ||
"version": "1.0.97", | ||
"version": "1.0.98", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/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
31443
873