[ts]
JSX element type 'RenderPropsExample' is not a constructor function for JSX elements.
Types of property 'render' are incompatible.
Type '() => ReactNode' is not assignable to type '{ (): ReactNode; (): false | Element; }'.
Type 'ReactNode' is not assignable to type 'false | Element'.
Type 'string' is not assignable to type 'false | Element'.
Thank you for good product. I found TypeScript bug when use render props
This is OK
and when I import
Flexbox
Got error.