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 ab23d1b commit 17c8061Copy full SHA for 17c8061
src/Field.tsx
@@ -27,7 +27,7 @@ import {
27
} from './utils/valueUtil';
28
29
export type ShouldUpdate =
30
- | true
+ | boolean
31
| ((prevValues: Store, nextValues: Store, info: { source?: string }) => boolean);
32
33
function requireUpdate(
0 commit comments