Skip to content
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

Duplicate Method in UMD File Causes Precompilation Failure #3797

Open
JakeAtMesa opened this issue Nov 21, 2024 · 0 comments
Open

Duplicate Method in UMD File Causes Precompilation Failure #3797

JakeAtMesa opened this issue Nov 21, 2024 · 0 comments

Comments

@JakeAtMesa
Copy link

The jspdf.umd.js file on lines 21461 and 23170 there are identical method declarations. You may also find these by searching for "function ga(a, b)" and jumping to each. I needed to precompile my entire rails project with this included and the duplicate method declaration caused an error. I was able to remove the duplicate at line 23170, compile, and everything seemed to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant