Hi guys !
I'm struggling with this code today. I'm trying to get a single product by its ID.
Example of URL is like that : http://localhost:3000/produit/1
So I used "params" to get the id "1".
But I got this error :
Error: Cannot destructure property 'params' of 'undefined' as it is undefined.
You can check a copy screen of my VSC.
Thanks for all guys !