We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd0e39 commit 9ff2d94Copy full SHA for 9ff2d94
components/FormValidation.tsx
@@ -5,7 +5,7 @@ interface IProps {
5
onSubmit: (valid: boolean) => void;
6
}
7
8
-export class FormValidation extends React.PureComponent<IProps> {
+export default class FormValidation extends React.PureComponent<IProps> {
9
private validationContext: ValidationContext;
10
11
private bindValidationContext = (validationContext: ValidationContext): void => {
package.json
@@ -10,7 +10,7 @@
"validation",
"material"
12
],
13
- "version": "1.9.1",
+ "version": "1.9.3",
14
"main": "./dist/index.js",
15
"types": "./dist/index.d.ts",
16
"license": "MIT",
0 commit comments