Next.js params Is a Promise: Fix the Async Params Error
`params` is a Promise and must be unwrapped with await or React.use() before accessing its properties — the exact fix for Next.js 15 and 16 App Router.
`params` is a Promise and must be unwrapped with await or React.use() before accessing its properties — the exact fix for Next.js 15 and 16 App Router.