Skip to content

Commit fd1d24c

Browse files
committed
refactor(form-control): react v18의 React.FunctionComponent 타입에서 제거된 children prop 추가
DefinitelyTyped/DefinitelyTyped#56210
1 parent c91cca6 commit fd1d24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Forms/FormControl/FormControl.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface FormControlAriaProps {
1515
}
1616

1717
interface WrapperProps {
18-
Wrapper: React.FunctionComponent
18+
Wrapper: React.FunctionComponent<ChildrenProps>
1919
}
2020

2121
interface SetRenderedProps {

0 commit comments

Comments
 (0)