 _**PROBLEM:**_ src/Gallery.tsx:23:7 - error TS2741: Property 'title' is missing in type '{ name: string; photos: never[]; subalbums: never[]; pseudo: false; count: number; }' but required in type 'AlbumType'. **_SOLUTION:_** src/Gallery.tsx:23 I added const defaultData: AlbumType = { **title: "", // I ADDED** name: "", photos: [], subalbums: [], pseudo: false, count: 0, };
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by stnc and has received 1 comments.