This mundane task fairly simple on static views, isn\'t complying with React.
Can someone advise me how to open a pdf file as a href on a new tab?
Here\'s my
I had to make a function to open the pdf in the new tab actually :D
import Pdf from "../../documents/resume.pdf"; onResumeClick() { window.open(Pdf); } render() { return ( Resume )}