Skip to content

Commit a61a858

Browse files
authored
Update README.md
1 parent b57217a commit a61a858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default function withFormItem<Props>(
182182
return Decorator;
183183
}
184184

185-
// improve with filtering passThroughProps - type inference support coming in (v2.3), tracking issue: https://github.com/Microsoft/TypeScript/issues/10727
185+
// improve further by filtering out not relevant props - type inference support coming in (v2.3), tracking issue: https://github.com/Microsoft/TypeScript/issues/10727
186186
const { label, labelCol, wrapperCol, hasFeedback, ...passThroughProps } = props;
187187
```
188188

0 commit comments

Comments
 (0)