Skip to content

fix(web): resolve TransactionPending in dynamic import (type error)#380

Merged
K1NGD4VID merged 1 commit into
mainfrom
fix/lp-page-dynamic-import
Jul 13, 2026
Merged

fix(web): resolve TransactionPending in dynamic import (type error)#380
K1NGD4VID merged 1 commit into
mainfrom
fix/lp-page-dynamic-import

Conversation

@K1NGD4VID

Copy link
Copy Markdown
Contributor

Same pattern as #379. dynamic(() => import(...)) needs a component, not a namespace object. Adds .then(m => m.TransactionPending) so the type-check passes. Was blocking next build on main.

🤖 Generated with Claude Code

Fixes TypeScript type error blocking `next build` on main. Same pattern as PR #379 for InvoiceForm.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
trustrove Building Building Preview, Comment Jul 13, 2026 7:07am

@K1NGD4VID K1NGD4VID merged commit 346b939 into main Jul 13, 2026
2 of 4 checks passed
@K1NGD4VID K1NGD4VID deleted the fix/lp-page-dynamic-import branch July 13, 2026 07:07
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