Type { widgetCount: number; renderer: ComponentType<{ children: ReactNode; caption?: string | undefined; }>; } is not assignable to type ReactNode when working on the Build A Pluggable Widget Tutorial

1
Hello,    I started working on the tutorial for the https://academy.mendix.com/link/paths/142/Build-a-Pluggable-Widget and am currently running into an error after 3.2.1 Implementation step 3.    After updating the CharacterCounter.tsx, the content prop throws an error: Error: @rollup/plugin-typscript TS2322: Type '{ widgetCount: number; renderer: ComponentType<{ children: ReactNode; caption?: string | undefined; }>; }' is not assignable to type 'ReactNode'   Any suggestions on fix and if people are running into the same issue when doing the tutorial?    Thanks!    
asked
0 answers