errors.fyi community error code reference
TS2602
typescript

JSX Factory Not Found

The JSX factory (e.g. `React`) is referenced by transformed JSX but is not in scope. Import it explicitly or configure `jsxImportSource` in `tsconfig.json`.

References

โ† all namespaces for TS2602