You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding avatar. It displays in the resume preview section, when I download the pdf, The image is removed. It doesn't come in pdf after downloading the resume
Also I am getting an error img.attribute is not a function, When I add <Image { including other attributes as well }/> tag
File : components/Resume/ResumePDF/index.tsx
`
import Image from "next/image";
import Logo from "public/assets/TVLogo.png"
..all the code
I tried adding avatar. It displays in the resume preview section, when I download the pdf, The image is removed. It doesn't come in pdf after downloading the resume
Also I am getting an error img.attribute is not a function, When I add <Image { including other attributes as well }/> tag
File : components/Resume/ResumePDF/index.tsx
`
import Image from "next/image";
import Logo from "public/assets/TVLogo.png"
..all the code
Error:
Unhandled Runtime Error TypeError: img.getAttribute is not a function
The text was updated successfully, but these errors were encountered: