38 design visual elements and user interactions #107
Annotations
10 errors
Checks:
apps/frontend/src/routes/_questionnaire.tsx#L2
'Link' is defined but never used
|
Checks:
apps/frontend/src/routes/_questionnaire/index.lazy.tsx#L1
Replace `'@tanstack/react-router'` with `"@tanstack/react-router";`
|
Checks:
apps/frontend/src/routes/_questionnaire/index.lazy.tsx#L3
Replace `'/_questionnaire/'` with `"/_questionnaire/"`
|
|
|
Checks:
apps/frontend/src/routes/admin.tsx#L11
Missing "key" prop for element in array
|
Checks:
apps/frontend/src/routes/admin/index.lazy.tsx#L1
Replace `'@tanstack/react-router'` with `"@tanstack/react-router";`
|
Checks:
apps/frontend/src/routes/admin/index.lazy.tsx#L3
Replace `'/admin/'` with `"/admin/"`
|
|
Checks:
apps/frontend/src/routes/admin/index.lazy.tsx#L8
Replace `(⏎······<h3>Admin</h3>⏎··)` with `<h3>Admin</h3>;`
|