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