Table of Contents
Astro Errors
published: 2024-10-27
These are some of the Astro error’s I’ve encountered that have needed me to take detours
Type '{ children: any; poster: ImageMetadata | undefined; title: string; subtitle: string | undefined; website: string | undefined; tags: string[]; date: Date; }' is not assignable to type 'IntrinsicAttributes & Props'.
Property 'poster' does not exist on type 'IntrinsicAttributes & Props'.ts(2322)
what the heck does this mean?