We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Details in #1607 (comment), just filing this separately since that PR is not open.
That patch should either be reverted or fixed properly.
Workaround to get the old, functional version: it’s probably enough to, in your package.json, specify exact versions for all relevant packages:
{ "dependencies": { "@react-pdf/renderer": "2.0.21", "@react-pdf/layout": "2.0.21", "@react-pdf/pdfkit": "2.0.12", } }
The text was updated successfully, but these errors were encountered:
Thanks for your investigation!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Details in #1607 (comment), just filing this separately since that PR is not open.
That patch should either be reverted or fixed properly.
Workaround to get the old, functional version: it’s probably enough to, in your package.json, specify exact versions for all relevant packages:
The text was updated successfully, but these errors were encountered: