errors.fyi community error code reference
TS2606
typescript

JSX Element Not Constructor

A JSX element references a value that is not a valid JSX constructor (class component or function component). Ensure the referenced value returns JSX or a React element.

References

โ† all namespaces for TS2606