@pipedream/connect-react 1.0.0-preview.28 → 1.0.0-preview.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -287,7 +287,7 @@ export declare type FormContext<T extends ConfigurableProps> = {
287
287
  setSubmitting: (submitting: boolean) => void;
288
288
  submitting: boolean;
289
289
  userId: string;
290
- enableDebugging: boolean;
290
+ enableDebugging?: boolean;
291
291
  };
292
292
 
293
293
  export declare const FormContext: Context<FormContext<any> | undefined>;