Skip to content

Fix README: Update branding back to SpecTracer consistently #344

Fix README: Update branding back to SpecTracer consistently

Fix README: Update branding back to SpecTracer consistently #344

Triggered via push July 30, 2025 03:49
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/components/LogTrace/MouseOverlay.tsx#L155
React Hook "useMemo" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L118
React Hook "useLayoutEffect" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L111
React Hook "useState" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L110
React Hook "useRef" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L98
React Hook "useMemo" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L86
React Hook "useMemo" 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?
build: src/components/LogTrace/MouseOverlay.tsx#L81
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/LogTrace/FreeformScreenshotOverlay.tsx#L57
'dataUrl' is never reassigned. Use 'const' instead
build: src/components/LogTrace/DebugModal.tsx#L307
Expected an assignment or function call and instead saw an expression
build: src/components/LogTrace.tsx#L189
Unexpected lexical declaration in case block
build: src/components/AccountManagement.tsx#L158
Unexpected any. Specify a different type
build: src/components/AccountManagement.tsx#L134
Unexpected any. Specify a different type
build: src/components/AccountManagement.tsx#L91
Unexpected any. Specify a different type
build: src/components/AccountManagement.tsx#L69
Unexpected any. Specify a different type
build: src/components/AccountManagement.tsx#L41
Unexpected any. Specify a different type
build: src/FilesForLaunch/Landing.tsx#L59
Unexpected any. Specify a different type
build: src/FilesForLaunch/Auth.tsx#L146
Unexpected any. Specify a different type
build: src/FilesForLaunch/Auth.tsx#L129
Unexpected any. Specify a different type
build: src/FilesForLaunch/Auth.tsx#L101
Unexpected any. Specify a different type
build: src/FilesForLaunch/Auth.tsx#L51
React Hook useEffect has a missing dependency: 'handleGitHubSignIn'. Either include it or remove the dependency array