Theo's Typesafe CultTTC
Theo's Typesafe Cult4y ago
26 replies
Leke

React + Typescript...Its return type 'Element | undefined' is not a valid JSX element.

React + Typescript...Its return type 'Element | undefined' is not a valid JSX element.

I have a component where I did consume from an API that returns an array of objects but the parent component is giving me some error that says
'UsersTable' cannot be used as a JSX component. Its return type 'Element | undefined' is not a valid JSX element. Type 'undefined' is not assignable to type 'Element | null'.
Please how do I get rid of this error?
Screenshot_2022-11-10_012435.png
Screenshot_2022-11-09_231857.png
Screenshot_2022-11-09_231833.png
Was this page helpful?