default sort is now by recent #2226
Annotations
18 warnings
|
build:
client/src/modules/Course/Components/RatingInput.tsx#L53
React Hook useEffect has a missing dependency: 'getColor'. Either include it or remove the dependency array
|
|
build:
client/src/modules/SearchBar/Components/SearchBar.tsx#L42
Assignments to the 'timeoutId' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
|
build:
client/src/modules/SearchBar/Components/SearchBar.tsx#L36
'NodeJS' is not defined
|
|
build:
client/src/modules/Course/Components/Course.tsx#L35
'Error' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L34
'Success' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L33
'Loading' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L33
'Loading' is already declared in the upper scope on line 12 column 8
|
|
build:
client/src/modules/Course/Components/Course.tsx#L32
'PageStatus' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L32
'PageStatus' is already declared in the upper scope on line 32 column 6
|
|
build:
client/src/modules/SearchBar/Components/SearchBar.tsx#L42
Assignments to the 'timeoutId' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
|
build:
client/src/modules/SearchBar/Components/SearchBar.tsx#L36
'NodeJS' is not defined
|
|
build:
client/src/modules/Course/Components/RatingInput.tsx#L53
React Hook useEffect has a missing dependency: 'getColor'. Either include it or remove the dependency array
|
|
build:
client/src/modules/Course/Components/Course.tsx#L35
'Error' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L34
'Success' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L33
'Loading' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L33
'Loading' is already declared in the upper scope on line 12 column 8
|
|
build:
client/src/modules/Course/Components/Course.tsx#L32
'PageStatus' is defined but never used
|
|
build:
client/src/modules/Course/Components/Course.tsx#L32
'PageStatus' is already declared in the upper scope on line 32 column 6
|