Include wasm files (#1350) #3970
Annotations
7 warnings
Run pnpm lint:
packages/keychain/src/components/connect/CreateSession.tsx#L82
React Hook useCallback has a missing dependency: 'expiresAt'. Either include it or remove the dependency array
|
Run pnpm 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
|
Run pnpm lint:
packages/keychain/src/test/mocks/connection.tsx#L17
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Run pnpm lint:
packages/keychain/src/test/mocks/connection.tsx#L48
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Run pnpm lint:
packages/keychain/src/test/mocks/connection.tsx#L72
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Run pnpm lint:
packages/keychain/src/test/mocks/connection.tsx#L88
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Run pnpm lint:
packages/keychain/src/test/mocks/connection.tsx#L100
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading