-
Notifications
You must be signed in to change notification settings - Fork 11.5k
feat(companion): react compiler #26221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 23 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="companion/package.json">
<violation number="1" location="companion/package.json:45">
P2: Inconsistent package manager usage: This script uses `bun run` while all other chained scripts in this file use `npm run`. This could fail if bun is not installed and creates inconsistency in the codebase.</violation>
</file>
Reply to cubic to teach it or ask questions. Tag @cubic-dev-ai to re-run a review.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 23 files
Summary by cubic
Enable React Compiler in the companion app and update tooling and components to be compatible. This improves build setup and cleans up state handling and UI behaviors.
Dependencies
Refactors
Written for commit 5b37789. Summary will update automatically on new commits.