@rmwc/formfield
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -67,3 +67,2 @@ import { SimpleTagPropsT } from '@rmwc/base'; | ||
state: Readonly<{}>; | ||
context: any; | ||
refs: { | ||
@@ -73,2 +72,3 @@ [key: string]: React.ReactInstance; | ||
}; | ||
contextType?: React.Context<any> | undefined; | ||
}; | ||
@@ -75,0 +75,0 @@ export declare class FormField extends FormField_base<FormFieldRootPropsT> { |
{ | ||
"name": "@rmwc/formfield", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "RMWC FormField component", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"@material/form-field": "~0.40.0", | ||
"@rmwc/base": "^3.0.9" | ||
"@rmwc/base": "^3.0.10" | ||
} | ||
} |
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
11423
Updated@rmwc/base@^3.0.10