fix(deps): update react monorepo to v19 (major) #10198
Annotations
25 errors and 2 warnings
|
lint (build):
src/commons/navigationBar/subcomponents/__tests__/AcademyNavigationBar.tsx#L24
'e.props' is of type 'unknown'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L72
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L71
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L70
Argument of type 'FC<OwnProps>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L55
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L54
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/dropdown/__tests__/Dropdown.tsx#L53
Argument of type 'FC<OwnProps>' is not assignable to parameter of type 'ElementType'.
|
|
lint (build):
src/commons/controlBar/ControlBarShareButton.tsx#L45
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (build):
src/commons/controlBar/ControlBarSessionButton.tsx#L57
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (build):
src/commons/controlBar/ControlBarSessionButton.tsx#L56
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (test)
The operation was canceled.
|
|
lint (test)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (tsc):
src/commons/navigationBar/subcomponents/__tests__/AcademyNavigationBar.tsx#L24
'e.props' is of type 'unknown'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L72
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L71
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L70
Argument of type 'FC<OwnProps>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L55
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L54
Argument of type 'FC<Props>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/dropdown/__tests__/Dropdown.tsx#L53
Argument of type 'FC<OwnProps>' is not assignable to parameter of type 'ElementType'.
|
|
lint (tsc):
src/commons/controlBar/ControlBarShareButton.tsx#L45
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (tsc):
src/commons/controlBar/ControlBarSessionButton.tsx#L57
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (tsc):
src/commons/controlBar/ControlBarSessionButton.tsx#L56
Type 'RefObject<HTMLInputElement | null>' is not assignable to type 'RefObject<HTMLInputElement>'.
|
|
lint (tsc)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (test-coveralls)
The operation was canceled.
|
|
lint (test-coveralls)
The strategy configuration was canceled because "lint.build" failed
|
|
lint (eslint):
src/pages/sicp/subcomponents/chatbot/ChatBox.tsx#L60
React Hook useCallback has an unnecessary dependency: 'maxContentSize'. Either exclude it or remove the dependency array
|
|
lint (eslint):
src/pages/academy/adminPanel/subcomponents/assessmentConfigPanel/AssessmentConfigPanel.tsx#L262
React Hook useMemo has a missing dependency: 'setIsMinigame'. Either include it or remove the dependency array
|