Skip to content

Commit 17c8061

Browse files
authored
1 parent ab23d1b commit 17c8061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
} from './utils/valueUtil';
2828

2929
export type ShouldUpdate =
30-
| true
30+
| boolean
3131
| ((prevValues: Store, nextValues: Store, info: { source?: string }) => boolean);
3232

3333
function requireUpdate(

0 commit comments

Comments
 (0)