DEV Community

Discussion on: TypeScript and React Children

Collapse
 
hellatan profile image
dale tan • Edited

This is no longer true for FC with React 18. You must either use PropsWithChildren or explicitly add a children prop to your type definition.

Thread Thread
 
debs_obrien profile image
Debbie O'Brien

you're right. thanks for the comment.