Fix the remaining type errors in src/ #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "types/remaining-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #3. Clears the seven type errors that were already in
src/and weren't implicit-any.pnpm exec tsc --noEmitandpnpm exec tsc --noEmit --noImplicitAnyboth report zero errors;pnpm buildpasses.src/react-css.d.tsdeclares the--ig-fillcustom property on React'sCSSProperties, so the inline styles that set it in Footer, Home and EventList-Cards type-check without casts.Get_In_Touchlinks are typed as either an internal route (to) or an external address (href,external: true), so the existing external branch type-checks. No current link is external; nothing renders differently.undefinedrather thannullfor an absent gradient, and EventList-Cards does the same for an absent Instagram URL. Both render the same as before.🤖 Generated with Claude Code