WIP #208
Annotations
10 errors
ui
Argument of type '{ id: string; username: string; email: string; is_active: boolean; is_superuser: boolean; group_ids: string[]; }' is not assignable to parameter of type 'UserUpdateFields'.
|
ui
Argument of type '{ username: string; email: string; is_active: boolean; is_superuser: boolean; password: string; scopes: never[]; group_ids: string[]; }' is not assignable to parameter of type 'CreateUser'.
|
ui
'RootState' is declared but its value is never read.
|
ui
'createAppAsyncThunk' is declared but its value is never read.
|
ui
Type 'number' is not assignable to type 'string'.
|
ui
Argument of type 'string' is not assignable to parameter of type 'number'.
|
ui
Argument of type 'string[]' is not assignable to parameter of type 'number[]'.
|
ui
'useSelector' is declared but its value is never read.
|
ui
'dispatch' is declared but its value is never read.
|
ui
'isLoading' is declared but its value is never read.
|