Skip to content

refactor react-router 2 #5151

refactor react-router 2

refactor react-router 2 #5151

Triggered via push January 17, 2024 10:30
Status Failure
Total duration 1m 2s
Artifacts

build_test.yaml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build (20.x): src/components/strategies/create/BuySellBlock/index.tsx#L19
Cannot find module './BudgetSection' or its corresponding type declarations.
Build (20.x): src/components/strategies/create/BuySellBlock/index.tsx#L75
Parameter 'search' implicitly has an 'any' type.
Build (20.x): src/components/strategies/create/CreateStrategyTokenSelection.tsx#L26
Parameter 'search' implicitly has an 'any' type.
Build (20.x): src/components/trade/useTradeTokens.ts#L14
'useTradeTokens' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
Build (20.x): src/components/trade/useTradeTokens.ts#L16
'location' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Build (20.x): src/components/trade/useTradeTokens.ts#L17
'isTradePage' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Build (20.x): src/libs/routing/router.tsx#L5
'router' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Build (20.x): src/libs/routing/router.tsx#L12
'router' is referenced directly or indirectly in its own type annotation.
Build (20.x): src/libs/routing/routes/index.ts#L28
'routeTree' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Build (20.x): src/libs/routing/routes/trade.ts#L10
'tradePage' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/