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?



