Skip to content

fix: resolve CI build errors from UI/UX Audit merge#152

Open
VictorGjn wants to merge 7 commits intomasterfrom
fix/ci-build-errors
Open

fix: resolve CI build errors from UI/UX Audit merge#152
VictorGjn wants to merge 7 commits intomasterfrom
fix/ci-build-errors

Conversation

@VictorGjn
Copy link
Copy Markdown
Owner

Fixes CI build errors introduced in #151 (UI/UX Audit)

Build errors (11 from 4 root causes):

1. Unterminated string literals (3 files)

Raw newlines inside string literals instead of \n escape sequences:

  • src/graph/reactivePackerWrapper.ts (L134-135)
  • src/context/TranscriptCompaction.ts (L110-111)
  • src/context/PromptRouter.ts (L136-137)

2. Conditional React Hook

  • src/components/ds/ExperimentalBadge.tsx (L95): useTheme() called after early returns. Moved hook call before conditional returns per Rules of Hooks.

Not addressed (non-blocking lint warnings): 11 React Hook dependency array warnings across various components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant