build: install html2canvas-pro#148
Conversation
|
When is this one going in? I think the color issue from Tailwind 4 is going to become and issue for more people soon. |
98d37b9 to
7800b98
Compare
There was a problem hiding this comment.
Thanks for the PR! I see that html2canvas has been stale for three years. I want to keep an eye on html2canvas-pro change before fully switching, but in the meantime, a quicker solution would be using resolve.alias to point to the new package.
Something like (adjust to your bundler Webpack/Vite/CRA as needed):
resolve: {
alias: {
'html2canvas': 'html2canvas-pro'
}
}
Thanks, adding the config for NextJS / turboPack if that helps anyone: |
To migrate off the deprecated experimental.turbo option, you simply remove that block and add a top-level turbopack section with the exact same settings:
|
|
Any idea when this is going to get marged? I have way more bugs with invoices due to lack of support of Tailwind V4. |
See #148 (review). |
|
a bump to this |
7800b98 to
9949eef
Compare
|
can release this, please? |
9949eef to
f606518
Compare
6b8caf7 to
d6e106a
Compare
Replace html2canvas with html2canvas-pro
Check niklasvh/html2canvas#2700