Conversation
…ages Findings links from the framework overview now use ?tab=findings query param so users land on the correct tab. Added Submissions/Findings tabs to the documents page and removed the auditor-only guard on findings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
posthog-node imports node:async_hooks at the top level which breaks Turbopack's module resolution. Dynamic import defers the resolution to runtime where Node APIs are available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jspdf's fflate dependency uses a dynamic Worker that Turbopack cannot resolve during SSR. Lazy-loading the pdf-generator module defers the import to runtime in the browser. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Same fflate/Worker SSR issue as PolicyHeaderActions — lazy-load pdf-generator to avoid Turbopack resolution failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jspdf's fflate dependency uses a Node Worker that Turbopack cannot resolve during client component SSR. Move the jsPDF constructor behind a dynamic import in pdf-generator.ts and add jspdf to serverExternalPackages in next.config.ts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The early return for zero findings was hiding the CreateFindingButton, preventing auditors from creating the first finding for a document. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SingleTask uses useSearchParams which requires a Suspense boundary in its parent server component to avoid de-opting to full client-side rendering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…inks-from-overview-page-should-go-to-findings [dev] [Marfuen] mariano/cs-203-bug-findings-links-from-overview-page-should-go-to-findings
PR SummaryMedium Risk Overview Improves findings UX on document pages by always rendering the findings section and showing an empty-state with an optional Create Finding action when there are no findings. Reduces server bundle impact by lazy-loading heavy dependencies: Written by Cursor Bugbot for commit 7954f13. This will update automatically on new commits. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
🎉 This PR is included in version 3.10.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.