Screenshot of my code
How do i solve this error. Everything worked before that point
https://www.youtube.com/watch?v=FKZAXFjxlJI is video reference( stop at 20 mins ).
Everything which he did worked for me aswell but not with that image
To diplay the anime image in the website
>Solution :
You should use Backticks (`) instead of single quote (‘) when creates a string replacing the ${expression}.
<Image
src={`https://shikimori.one${anime.image.original}`}
{...rest}
/>
For more information here Template literal