Added individual toggle functionality for create session #4113
quality.yml
on: pull_request
ensure-wasm
2m 14s
ensure-windows
6m 30s
clippy
2m 29s
rust-fmt
20s
ts-lint
43s
Annotations
10 warnings
ts-lint:
packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useEffect Hook (at line 114) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
|
ts-lint:
packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useCallback Hook (at line 128) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
|
ts-lint:
packages/keychain/src/components/ErrorAlert.tsx#L406
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
ts-lint:
packages/keychain/src/components/ExecutionContainer.tsx#L109
React Hook useEffect has a missing dependency: 'feeEstimate'. Either include it or remove the dependency array
|
ts-lint:
packages/keychain/src/components/Fees.tsx#L31
React Hook useEffect has missing dependencies: 'error', 'isLoading', and 'token'. Either include them or remove the dependency array
|
ts-lint:
packages/keychain/src/components/connect/create/CreateController.tsx#L196
The 'handleFormSubmit' function makes the dependencies of useEffect Hook (at line 216) change on every render. To fix this, wrap the definition of 'handleFormSubmit' in its own useCallback() Hook
|
ts-lint:
packages/keychain/src/components/funding/Balance.tsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
ts-lint:
packages/keychain/src/components/provider/tokens.tsx#L65
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
ts-lint:
packages/keychain/src/hooks/external.ts#L45
React Hook useEffect has a missing dependency: 'controller'. Either include it or remove the dependency array
|
ts-lint:
packages/keychain/src/test/mocks/connection.tsx#L19
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|