File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11<!-- markdownlint-disable MD024 -->
22# Changelog
33
4+ # [ 1.0.0-preview.28] - 2025-02-05
5+
6+ - Surface SDK errors in the form
7+
48# [ 1.0.0-preview.27] - 2025-01-30
59
610- Add styling to alerts
Original file line number Diff line number Diff line change @@ -149,6 +149,11 @@ type ComponentFormProps = {
149149 onUpdateConfiguredProps: (v: Record< string, any> ) => void;
150150 /** Hide optional props section * /
151151 hideOptionalProps: boolean;
152+ /** SDK response payload or the error object from catching SDK request failures.
153+ * Used in conjunction with enableDebugging to show errors in the form.* /
154+ sdkErrors: unknown[] | unknown | undefined;
155+ /** Whether to show show errors in the form. Requires sdkErrors to be set. * /
156+ enableDebugging? : boolean;
152157};
153158` ` `
154159
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/connect-react" ,
3- "version" : " 1.0.0-preview.27 " ,
3+ "version" : " 1.0.0-preview.28 " ,
44 "description" : " Pipedream Connect library for React" ,
55 "files" : [
66 " dist"
You can’t perform that action at this time.
0 commit comments