You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: