[WIP] Limit Orders #366
Annotations
10 errors
Run pnpm lint:strict:
src/pages/trade/ui/order-form/order-form-range-liquidity.tsx#L24
'exchangeRate' is declared but its value is never read.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/order-form-range-liquidity.tsx#L151
Type 'string | undefined' is not assignable to type 'string'.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/order-input.tsx#L91
Type 'string | number | null | undefined' is not assignable to type 'string | number | readonly string[] | undefined'.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/slider.tsx#L14
Type 'string | number' is not assignable to type 'number | undefined'.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/slider.tsx#L15
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/store/index.ts#L12
'PositionState_PositionStateEnum' is declared but its value is never read.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/store/index.ts#L13
'TradingPair' is declared but its value is never read.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/store/index.ts#L15
'PositionState' is declared but its value is never read.
|
Run pnpm lint:strict:
src/pages/trade/ui/order-form/store/limit-order.ts#L47
Type 'string' is not assignable to type 'number'.
|
Run pnpm lint:strict
Process completed with exit code 2.
|
Loading