-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
v1.68.1 and v1.69.0 use jsPDF v2.0 which throws warning #2326
Comments
Confirmed; after merging that change, our builds immediately started failing. Will pin to an older version of material-table for now. |
I rolled back from Just my opinion, I don't see how upgrading a major version of a dependency, in this case from |
Hi, I'm having the same issues: Output from react-scripts start (I'm using TypeScript):
npm list jspdf:
|
Reverting to material-table 1.68.0 due to warnings caused by 1.68.1; see mbrn/material-table#2326
Downgrade jspdf to v1.5.3. It works for me. Warning doesn't appear again. |
downgraded to material 1.67 worked for me, hope it will be solved soon |
@victororlyk You could also opt for downgrading to the previous version of |
@benjaminvdb , thanks it is also working. |
Do we have any news regarding this? I feel the pdf thing add a lot of code and has warnings |
The jspdf team will release a new version with the fix within days |
Thanks to @merobal for the info that using If using
|
Use |
Also reproducible with material-table 1.69.0. |
A path version with the fixes is not yet released. 1.69.0 doesn't contain the fix |
@merobal All waiting the version 1.69.1. |
Does it work with newest |
Are there any updates on this? |
any updates? |
Still waiting for @mbrn to release the fixes |
Still have issue... |
@1ur11 it has been fixed we are awaiting next release. |
Damn you dependabot and mbrn/material-table#2326 Fool me once, shame on you. Fool me twice, shame on me.
v1.69.1 is just released, finally 🎉 |
v1.69.0 is still the latest on the releases page. |
I can confirm that v1.69.1 is working for me, nice work! |
Cannot use 1.69.1 and the only way this whole fragile mess works is via `resolutions` in package.json (did it for jspdf-autotable as well): mbrn/material-table#2326
After upgrading to v1.68.1 I get this in the console:
Probably related: parallax/jsPDF#2846
Caused by: #2311
The text was updated successfully, but these errors were encountered: