Hi all,
Could someone please point me in the right direction to getting a page to properly deploy on Vercel? I was able to successfully do this prior but after some changes I can see its complaining about "Failed to compile. Type error: Property 'params' is missing in type '{}' but required in type . Do you have any suggestion to troubleshoot?
16| <div>
17 | <h1 className="py-4 font-semibold">Our Products</h1>
18 | <Photogallery />
| ^
19 | </div>
20 | </main>
21 | );
Error: Command "npm run build" exited with 1"
i tried adding params as one of the data types but the value starts to complain.