Skip to content

fix(deps): update dependency react-router-dom to v6 - autoclosed #12862

fix(deps): update dependency react-router-dom to v6 - autoclosed

fix(deps): update dependency react-router-dom to v6 - autoclosed #12862

Triggered via pull request November 22, 2023 19:42
Status Failure
Total duration 14m 38s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Lint: src/app/Routes.tsx#L1
'"react-router-dom"' has no exported member named 'Redirect'. Did you mean 'redirect'?
Lint: src/app/base/components/AppSideNavigation/AppSideNavigation.test.tsx#L353
Type '{ children: Element; history: MemoryHistory; }' is not assignable to type 'IntrinsicAttributes & RouterProps'.
Lint: src/app/base/components/AppSidePanel/AppSidePanel.tsx#L5
Module '"react-router-dom"' has no exported member 'useHistory'.
Lint: src/app/base/components/node/NodeLogs/NodeLogs.tsx#L57
Type '{ exact: true; path: string; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
Lint: src/app/base/components/node/NodeLogs/NodeLogs.tsx#L63
Type '{ exact: true; key: string; path: string; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
Lint: src/app/controllers/views/ControllerDetails/ControllerDetails.tsx#L4
'"react-router-dom"' has no exported member named 'Redirect'. Did you mean 'redirect'?
Lint: src/app/controllers/views/ControllerList/ControllerList.test.tsx#L61
Type '{ path: string; render: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
Lint: src/app/devices/views/DeviceDetails/DeviceDetails.tsx#L4
'"react-router-dom"' has no exported member named 'Redirect'. Did you mean 'redirect'?
Lint: src/app/devices/views/DeviceList/DeviceList.test.tsx#L41
Type '{ component: () => null; path: string; }' is not assignable to type 'IntrinsicAttributes & RouteProps'.
Lint: src/app/intro/components/IntroSection/IntroSection.test.tsx#L52
Type '{ children: Element; history: MemoryHistory; }' is not assignable to type 'IntrinsicAttributes & RouterProps'.
run-dotrun
Process completed with exit code 1.
Test
Process completed with exit code 1.