We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caf189 commit e7a5d8bCopy full SHA for e7a5d8b
components/FieldCoreBase.tsx
@@ -20,7 +20,7 @@ export interface IPropsFieldBase {
20
errorMessage?: string;
21
submitted?: boolean;
22
mask?: string;
23
- children?: React.ReactChildren;
+ children?: React.ReactNode;
24
}
25
26
export default class FieldCoreBase<
package.json
@@ -9,7 +9,7 @@
9
"validation",
10
"material"
11
],
12
- "version": "1.0.0",
+ "version": "1.0.3",
13
"main": "./dist/index.js",
14
"types": "./dist/index.d.ts",
15
"license": "MIT",
validator/custom-languages/pt-br.ts
@@ -1,4 +1,3 @@
1
-import 'moment/locale/pt-br';
2
import 'validatorjs/dist/lang/pt';
3
4
import { IConfig } from '../../config';
0 commit comments