feat: cancel trigger orders automatically / abacus bump #1768
Annotations
11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dydxprotocol/setup-pnpm@v1, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
src/components/CollapsibleNavigationMenu.tsx#L58
React Hook useEffect has a missing dependency: 'items'. Either include it or remove the dependency array
|
lint:
src/components/GuardedMobileRoute.tsx#L27
React Hook useEffect has missing dependencies: 'canAccountTrade', 'dispatch', and 'isTablet'. Either include them or remove the dependency array
|
lint:
src/components/GuardedMobileRoute.tsx#L35
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
lint:
src/components/QrCode.tsx#L65
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
|
lint:
src/components/QrCode.tsx#L69
React Hook useEffect has a missing dependency: 'size'. Either include it or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
src/components/QrCode.tsx#L77
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
|
lint:
src/components/TimeoutButton.tsx#L35
React Hook useEffect has a missing dependency: 'onTimeOut'. Either include it or remove the dependency array. If 'onTimeOut' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/components/Toast.tsx#L63
React Hook useEffect has a missing dependency: 'setIsOpen'. Either include it or remove the dependency array. If 'setIsOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/components/visx/TimeSeriesChart.tsx#L223
React Hook useMemo has missing dependencies: 'earliestDatum', 'latestDatum', 'xAccessor', and 'yAccessor'. Either include them or remove the dependency array
|
lint:
src/components/visx/TimeSeriesChart.tsx#L231
React Hook useEffect has a missing dependency: 'onVisibleDataChange'. Either include it or remove the dependency array. If 'onVisibleDataChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|