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 c3219de commit 3d7a920Copy full SHA for 3d7a920
packages/connect-react/src/hooks/form-context.tsx
@@ -139,7 +139,7 @@ export const FormContextProvider = <T extends ConfigurableProps>({
139
} = useQuery({
140
queryKey: [
141
"dynamicProps",
142
- queryKeyInput
+ queryKeyInput,
143
],
144
queryFn: async () => {
145
const { dynamicProps } = await client.componentReloadProps(componentReloadPropsInput);
0 commit comments