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 f1fd016 commit 45c5244Copy full SHA for 45c5244
packages/connect-react/src/hooks/form-context.tsx
@@ -41,7 +41,7 @@ export type FormContext<T extends ConfigurableProps> = {
41
setSubmitting: (submitting: boolean) => void;
42
submitting: boolean;
43
userId: string;
44
- enableDebugging: boolean;
+ enableDebugging?: boolean;
45
};
46
47
export const skippablePropTypes = [
0 commit comments