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

BugFix for Issue#3797 #3838

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JakeFromSpotLock
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.

Thanks for contributing to jsPDF! Please follow our
Contribution Guidelines
when creating a pull request.

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.
@HackbrettXXX
Copy link
Collaborator

Please fix the issue in the source files, not the build output.

@HackbrettXXX HackbrettXXX marked this pull request as draft March 17, 2025 14:11
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

Successfully merging this pull request may close these issues.

2 participants