Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
@@ -42,3 +42,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react'; | ||
name: string; | ||
onChange(value?: Value, name?: string): void; | ||
onChange(value?: Value | null, name?: string): void; | ||
placeholder: string; | ||
@@ -45,0 +45,0 @@ showInlineError: boolean; |
@@ -42,3 +42,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react'; | ||
name: string; | ||
onChange(value?: Value, name?: string): void; | ||
onChange(value?: Value | null, name?: string): void; | ||
placeholder: string; | ||
@@ -45,0 +45,0 @@ showInlineError: boolean; |
{ | ||
"name": "uniforms", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "es5/index.js", | ||
}, | ||
"gitHead": "90b988f62a1f8b31101c4d49776840f62b5be2ff" | ||
"gitHead": "ecdb0297c75ea20fccf95b73c8ab63d9c583a500" | ||
} |
@@ -52,3 +52,3 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react'; | ||
name: string; | ||
onChange(value?: Value, name?: string): void; | ||
onChange(value?: Value | null, name?: string): void; | ||
placeholder: string; | ||
@@ -55,0 +55,0 @@ showInlineError: boolean; |
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
187355
4303