You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
[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'.
The text was updated successfully, but these errors were encountered:
Thank you for good product.
I found TypeScript bug when use render props
This is OK
and when I import
Flexbox
Got error.
The text was updated successfully, but these errors were encountered: