The Gallery component no longer accepts the class prop as a valid component property. When running svelte-check the following error is produced:
Error: Type '{ class: string; }' is not assignable to type 'HTMLAttributes<HTMLDivElement> & { items: ImgType[]; imgClass?: string | undefined; }'.
Property 'items' is missing in type '{ class: string; }' but required in type '{ items: ImgType[]; imgClass?: string | undefined; }'. (ts)
Describe the bug
The Gallery component no longer accepts the
class
prop as a valid component property. When running svelte-check the following error is produced:Reproduction
Flowbite version and System Info