diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
14.94k stars 1.18k forks source link

PDFDowloadLink - List Repeating #2778

Open jackdewan opened 5 months ago

jackdewan commented 5 months ago

I am mapping over some items coming from a DB. When clicking the download link and viewing the pdf generated, some of the items repeat when they shouldn't. I have checked the data over and over and don't see any repeats in the data. Using UUID for the list item keys so they are all unique. When i use the pdf viewer, there is no issue with repeating. This issue comes and goes. The issue does not seem to happen when running locally. It only happens in production. Using Vercel for hosting.

@react-pdf/renderer - 3.4.4 Next - 14.2.3 React - 18.3.1

kapoorp99 commented 5 months ago

can you share your mapping approach in more details, i have faced this issue once, had temporarily fixed by memoizing the component while generating pdf