Ultimate problem is that @react-pdf/renderer throws this error:
Module not found: Can’t resolve ‘yoga-layout’?
I found a solution that worked locally ( in the picture ), however when I push the app to meteor galaxy/cloud, it seems like overrides are ignored and wrong versions are installed. Any help or suggestions are welcome!
“@react-pdf/renderer”: “3.4.4”,
“overrides”: {
“@react-pdf/layout”: “3.6.4”,
“@react-pdf/textkit”: “4.3.0”,
“@react-pdf/image”: “2.2.2”,
“@react-pdf/pdfkit”: “3.1.2”
}