[FIXED] How to fix "Type '{ key: number; }' is missing the following properties" when sending props with spread operator in Next.js App directory?
Issue I’m trying to upgrade a Next.js v.13 /pages directory project to a /app directory. Both projects are using the…