refactor react-router 2 #5152
Annotations
10 errors and 1 warning
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):
src/pages/trade/index.tsx#L18
'TradePage' 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)
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/
|