fix(bonsai-core): work around indexer race condition by managing websocket value lifecycles more clearly #5296
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
src/abacus-ts/rest/blockTradingRewards.ts#L23
Unnecessary conditional, the types have no overlap
|
lint:
src/abacus-ts/rest/fills.ts#L19
Unnecessary conditional, the types have no overlap
|
lint:
src/abacus-ts/rest/lib/useIndexer.ts#L31
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/abacus-ts/rest/lib/useIndexer.ts#L56
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
src/abacus-ts/rest/orders.ts#L20
Unnecessary conditional, the types have no overlap
|
lint:
src/abacus-ts/rest/orders.ts#L43
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
lint:
src/abacus-ts/rest/transfers.ts#L20
Unnecessary conditional, the types have no overlap
|
lint:
src/abacus-ts/websocket/parentSubaccount.ts#L233
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
|