Skip to content

Commit 45c5244

Browse files
committed
Fix type issue
1 parent f1fd016 commit 45c5244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/hooks/form-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export type FormContext<T extends ConfigurableProps> = {
4141
setSubmitting: (submitting: boolean) => void;
4242
submitting: boolean;
4343
userId: string;
44-
enableDebugging: boolean;
44+
enableDebugging?: boolean;
4545
};
4646

4747
export const skippablePropTypes = [

0 commit comments

Comments
 (0)