Skip to content

Added individual toggle functionality for create session #4113

Added individual toggle functionality for create session

Added individual toggle functionality for create session #4113

Triggered via pull request February 7, 2025 18:57
Status Success
Total duration 6m 45s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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