diegomura / react-pdf

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

bump yoga layout #2677

Open moishinetzer opened 2 months ago

moishinetzer commented 2 months ago

Attempts to fix #2589

As shown in the comment here, Yoga 3.0 (released a couple of hours ago) caches the instance which should fix this WASM memory issue.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: e16d8c8bcbd61a4d30a5ad78e9bfcd17205715c1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

wojtekmaj commented 1 month ago

Hey, thanks for this. Unfortunately this is nowhere near enough. #2711 is a bit closer to completion, since it's:

but it still contains a breaking change that the maintainer would need to take into consideration before merging.