UI Overhaul #117
Annotations
9 errors and 1 warning
Run:
app/components/Forms/SuperHeaderSearch.tsx#L84
Type '(option: Option<{ itemType: string;}>) => void' is not assignable to type '(value?: Option<Record<string, unknown>> | undefined) => void'.
|
Run
Process completed with exit code 1.
|
Run:
app/routes/_layout._index.tsx#L10
'database' is assigned a value but never used
|
Run:
app/routes/_layout._index.tsx#L18
'_data' is assigned a value but never used
|
Run:
app/routes/_layout.genre.$genre.tsx#L86
'genre' is assigned a value but never used
|
Run:
app/routes/_layout.spotify.top-artists-relations.tsx#L78
'headerBreadcrumbs' is assigned a value but never used
|
Run:
app/routes/_layout.spotify.top-artists.tsx#L73
'headerBreadcrumbs' is assigned a value but never used
|
Run:
app/routes/_layout.twitter.$username.tsx#L111
'createExternalURL' is assigned a value but never used
|
Run
Process completed with exit code 1.
|
Run:
app/components/Forms/SuperHeaderSearch.tsx#L75
React Hook useCallback has an unnecessary dependency: 'user'. Either exclude it or remove the dependency array
|