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 54eef81 commit e8f9720Copy full SHA for e8f9720
packages/connect-react/src/hooks/form-context.tsx
@@ -13,7 +13,7 @@ export type DynamicProps<T extends ConfigurableProps> = { id: string; configurab
13
14
export type FormContext<T extends ConfigurableProps> = {
15
component: V1Component<T>;
16
- configurableProps: T; // dynamicProps.configurableProps || props.component.configurableProps
+ configurableProps: T; // dynamicProps.configurableProps || props.component.configurable_props
17
configuredProps: ConfiguredProps<T>;
18
dynamicProps?: DynamicProps<T>; // lots of calls require dynamicProps?.id, so need to expose
19
dynamicPropsQueryIsFetching?: boolean;
0 commit comments