M016 added useState/useMemo/useEffect hooks after conditional early returns (loading/notFound/error), violating React rules of hooks. Moved all hooks above the early returns so they execute on every render. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.app.tsbuildinfo | ||
| tsconfig.json | ||
| vite.config.ts | ||