chore(clean): delete onboarding rewrite that had no future #5629
Annotations
2 errors and 10 warnings
lint:
src/hooks/useSubaccount.tsx#L303
Unexpected console statement
|
lint
Process completed with exit code 1.
|
lint:
src/bonsai/rest/blockTradingRewards.ts#L23
Unnecessary conditional, the types have no overlap
|
lint:
src/bonsai/rest/fills.ts#L19
Unnecessary conditional, the types have no overlap
|
lint:
src/bonsai/rest/lib/useIndexer.ts#L31
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/bonsai/rest/lib/useIndexer.ts#L56
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/bonsai/rest/orders.ts#L21
Unnecessary conditional, the types have no overlap
|
lint:
src/bonsai/rest/orders.ts#L44
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
lint:
src/bonsai/rest/transfers.ts#L20
Unnecessary conditional, the types have no overlap
|
lint:
src/bonsai/websocket/parentSubaccount.ts#L217
Unnecessary conditional, the types have no overlap
|
lint:
src/components/Button.tsx#L228
Unnecessary conditional, value is always truthy
|
lint:
src/components/ComboboxMenu.tsx#L203
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|