diff --git a/src/CreateGuesser.tsx b/src/CreateGuesser.tsx index 4ecff21d..3ac76cf2 100644 --- a/src/CreateGuesser.tsx +++ b/src/CreateGuesser.tsx @@ -58,6 +58,7 @@ export const IntrospectedCreateGuesser = ({ toolbar, warnWhenUnsavedChanges, sanitizeEmptyValues = true, + formId, formComponent, viewComponent, children, @@ -166,6 +167,7 @@ export const IntrospectedCreateGuesser = ({ return ( & + Partial> & Partial> & Partial< PickRename @@ -391,6 +393,7 @@ type EditFormProps = Omit< 'children' > & Partial> & + Partial> & Partial< PickRename > & {