Comparing version 1.0.2 to 1.0.3
{ | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "homepage": "https://github.com/stevenpersia/picoform", |
@@ -33,3 +33,3 @@ <h1 align="center"><img src="https://github.com/stevenpersia/picoform/blob/main/picoform.png" alt="picoform" /></h1> | ||
const onSubmit = console.log({ values }); | ||
const onSubmit = () => console.log(values); | ||
@@ -59,3 +59,3 @@ return ( | ||
const onSubmit = console.log({ values }); | ||
const onSubmit = () => console.log(values); | ||
@@ -92,3 +92,3 @@ return ( | ||
await schema.validate(values); | ||
console.log({ values }); | ||
console.log(values); | ||
} catch (err) { | ||
@@ -118,3 +118,3 @@ console.log(err); | ||
const onSubmit = console.log({ values }); | ||
const onSubmit = () => console.log(values); | ||
@@ -121,0 +121,0 @@ return ( |
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
14846