DEV Community

Discussion on: TypeScript and React Children

Collapse
 
rerodrigues profile image
Renato Rodrigues • Edited

Nice article! There is only a small mistake on the last example where it reads children: React.ReactChild instead of children: React.ReactNode

Collapse
 
debs_obrien profile image
Debbie O'Brien

ooops. thanks just corrected it. nice catch