Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 1c5550c

Browse files
authored
Fix #1160 - typescript definition uses bool
Change `bool` to `boolean`.
1 parent d3d7d94 commit 1c5550c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-redux-form.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface ErrorsMessageSelector {
4242
(val: any): string | JSX.Element;
4343
}
4444
interface ErrorsComponentMessages {
45-
[key: string]: string | ErrorsMessageSelector | JSX.Element | bool;
45+
[key: string]: string | ErrorsMessageSelector | JSX.Element | boolean;
4646
}
4747

4848
interface FormValidators {

0 commit comments

Comments
 (0)