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

JS lib load and execution order issue #149

Closed
neon-balcony opened this issue Dec 26, 2022 · 1 comment
Closed

JS lib load and execution order issue #149

neon-balcony opened this issue Dec 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@neon-balcony
Copy link
Contributor

From Discord:

Paolo Lops — 12/24/2022 6:02 PM
Hi : i have a problem
i have autotable linked as js
image

if i run from develop mode all works like a charm
image

if i run from preview mode autotable is not loaded and report pdf rise an error :
image

why?
image

neon_balcony — Today at 3:56 PM
Hey Paolo, we just confirmed that this issue is caused by that third party libs are loaded and executed in parallel, since jspdf-autotable depends on jspdf, so it would sometimes fails. We'll fix this in next version: libs are downloaded in parallel and executed sequentially

@neon-balcony neon-balcony added the bug Something isn't working label Dec 26, 2022
@neon-balcony
Copy link
Contributor Author

Fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant