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 8835a04 commit 0befd3eCopy full SHA for 0befd3e
packages/connect-react/src/hooks/form-context.tsx
@@ -255,6 +255,9 @@ export const FormContextProvider = <T extends ConfigurableProps>({
255
};
256
257
useEffect(() => {
258
+ // Initialize queryDisabledIdx on load so that we don't force users
259
+ // to reconfigure a prop they've already configured whenever the page
260
+ // or component is reloaded
261
updateConfiguredPropsQueryDisabledIdx(_configuredProps)
262
}, [
263
_configuredProps,
0 commit comments