Replies: 1 comment
-
Try version 9.38.0, should be fixed now. Added test cases here: 3dc4290#diff-2ecac782de6ae8031ffff362cb8c1961fa0143dbf74147eaf2617ea9ac0db8a4 Changelog: https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a NodeJS application that uses LiquidJS to render static, portable HTML reports. One of my newest samples has a table with ~23,000 rows, and it appears that LiquidJS is having trouble rendering the tables - it's throwing an error about the call stack size. The code works fine on tables up to ~4000 or so rows previously, but any iteration over "section.table.rows" on larger tables seems to cause this problem. Any workarounds?
Here is the code in question:
And here is the error message:
Beta Was this translation helpful? Give feedback.
All reactions