app-index.js:31 Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <VIEW>.
What I've tried:
The react-pdf renderer library uses <View > component to render elements of PDF. Seemed like it would originate in renderPDFTerms()'s dictionary of component render functions. Passed parentIndex to these functions and refactored and added keys to their individual View components but problem wasn't fixed.
Creating simpler schema to see if the problem was with the component element render functions in renderPDFTerms() inside DynamicPDF. Didn't have an effect
Problem:
What I've tried:
<View >
component to render elements of PDF. Seemed like it would originate in renderPDFTerms()'s dictionary of component render functions. PassedparentIndex
to these functions and refactored and added keys to their individual View components but problem wasn't fixed.renderPDFTerms()
insideDynamicPDF
. Didn't have an effect