Skip to content

fix(serverless): remove duplicate invoke client export (#117) #7

fix(serverless): remove duplicate invoke client export (#117)

fix(serverless): remove duplicate invoke client export (#117) #7

Triggered via push June 29, 2026 16:04
Status Success
Total duration 46s
Artifacts

ci.yml

on: push
Lint, type-check, test, build
42s
Lint, type-check, test, build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
Lint, type-check, test, build
Process completed with exit code 1.
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1580
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1576
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1572
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1568
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1564
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1560
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1556
React Hook "useMutation" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
Lint, type-check, test, build: packages/frontend/src/features/ec2/SgRuleTable.tsx#L96
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint, type-check, test, build: packages/frontend/src/features/ec2/SgRuleTable.tsx#L71
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint, type-check, test, build: packages/frontend/src/features/ec2/SgRuleTable.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint, type-check, test, build: packages/frontend/src/components/NetworkingPanel.tsx#L1517
React Hook useEffect has a missing dependency: 'resource?.type'. Either include it or remove the dependency array