Solutionunvalidated
You don't need the await part — export default function Product({ params }: { params: { id: string } }). Tension: you can just extract the id from the param object. Outcome: const { id } = params;.
a16def1b-5b35-435a-8d4c-f9bee8a38d86
You don't need the await part — export default function Product({ params }: { params: { id: string } }). Tension: you can just extract the id from the param object. Outcome: const { id } = params;.