Open
Description
When launching docker compose up and then going to localhost:8000, I got the following error:
/app/src/views/Login.tsx
TypeScript error in /app/src/views/Login.tsx(54,18):
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction'.
Type 'unknown' is not assignable to type '(prevState: string) => string'. TS2345
52 | } else {
53 | // handle errors thrown from backend
54 | setError(err);
| ^
55 | }
56 | }
57 | };
Metadata
Metadata
Assignees
Labels
No labels