React hooks must be called unconditionally on every render. The checklist useState was at line 89, after 'if (loading) return' at line 70 — hooks violation crashed the entire React app (blank screen). Moved to line 38 with the other state declarations. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||