Skip to content

fix(web): use motion.path for animated SVG line in lp/page.tsx#381

Merged
K1NGD4VID merged 2 commits into
mainfrom
fix/lp-page-motion-path
Jul 13, 2026
Merged

fix(web): use motion.path for animated SVG line in lp/page.tsx#381
K1NGD4VID merged 2 commits into
mainfrom
fix/lp-page-motion-path

Conversation

@K1NGD4VID

Copy link
Copy Markdown
Contributor

The element on lp/page.tsx:485 was receiving framer-motion props (initial/animate/transition), which aren't valid on a plain SVG path. Switching to <motion.path> so the type-check passes. Was blocking next build on main.

🤖 Generated with Claude Code

K1NGD4VID and others added 2 commits July 13, 2026 08:07
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>
The <path> element was receiving framer-motion props (initial/animate/transition), causing a TypeScript type error against SVGProps<SVGPathElement>. Switching to <motion.path> makes the props type-compatible. Fixes `next build` on main.

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:12am

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