Lizandro GuarnizoandClaude Sonnet 4.6 5380a894b1 Fix useParams null crash on detail pages
useParams() can return null during SSR — destructuring null throws TypeError.
Use optional chaining params?.id to prevent the crash.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-28 17:35:42 -05:00
2026-06-17 07:47:29 -05:00
S
Description
No description provided
688 KiB
Languages
TypeScript 96.7%
HTML 2%
PLpgSQL 0.9%
CSS 0.2%