File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/connect-react/src/hooks Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -365,9 +365,6 @@ export const FormContextProvider = <T extends ConfigurableProps>({
365365 }
366366 }
367367 // propsNeedConfiguring.splice(0, propsNeedConfiguring.length, ..._propsNeedConfiguring)
368- // For some reason registerField is called in recursive loop if an empty
369- // propsNeedConfiguring is set to an empty _propsNeedConfiguring
370- if ( ! propsNeedConfiguring . length && ! _propsNeedConfiguring . length ) return
371368 setPropsNeedConfiguring ( _propsNeedConfiguring )
372369 }
373370
@@ -376,7 +373,6 @@ export const FormContextProvider = <T extends ConfigurableProps>({
376373 fields [ field . prop . name ] = field
377374 return fields
378375 } ) ;
379- checkPropsNeedConfiguring ( )
380376 } ;
381377
382378 // console.log("***", configurableProps, configuredProps)
You can’t perform that action at this time.
0 commit comments