Skip to content

Fix ESLint errors breaking CI pipeline#29

Merged
fabianzimber merged 3 commits intomainfrom
copilot/fix-build-errors
Apr 12, 2026
Merged

Fix ESLint errors breaking CI pipeline#29
fabianzimber merged 3 commits intomainfrom
copilot/fix-build-errors

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 29, 2026

Two ESLint errors were causing the CI lint step to fail with --max-warnings=0.

Changes

  • demo/src/app/layout.tsx: React namespace used without import. Replaced React.ReactNode with a direct ReactNode import from react.
  • demo/src/components/score/ScorePanel.tsx: ScoreEvent was imported but never referenced. Removed from the type import.

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
symphony-state Ready Ready Preview, Comment Mar 29, 2026 1:40pm

Request Review

Copilot AI changed the title [WIP] Fix build errors to ensure successful pipeline run Fix ESLint errors breaking CI pipeline Mar 29, 2026
Copilot AI requested a review from fabianzimber March 29, 2026 13:41
@fabianzimber fabianzimber marked this pull request as ready for review April 12, 2026 05:59
@fabianzimber fabianzimber merged commit 4605030 into main Apr 12, 2026
3 checks passed
@fabianzimber fabianzimber deleted the copilot/fix-build-errors branch April 12, 2026 06:00
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.

2 participants