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

Commit f7d013d

Browse files
authored
Merge pull request #1161 from bjchambers/patch-1
Fix #1160 - typescript definition uses `bool`
2 parents d3d7d94 + 1c5550c commit f7d013d

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)