diff --git a/packages/uniforms/__tests__/connectField.tsx b/packages/uniforms/__tests__/connectField.tsx index 35e82c294..4ddcd7667 100644 --- a/packages/uniforms/__tests__/connectField.tsx +++ b/packages/uniforms/__tests__/connectField.tsx @@ -46,12 +46,13 @@ describe('connectField', () => { props: UnknownObject & { onChange: OnChange; label?: string | React.ReactNode; + id: string; }, ) => { return props.children ? ( <> {props.label ? ( -