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
Problem description: I am trying to use Inertia.js in combination with Paged.js for generating paginated PDF layouts. However, when both libraries are loaded, Paged.js is not functioning correctly. It seems like there’s an incompatibility or interference between the two libraries, which prevents Paged.js from properly paginating the content.
Expected behavior: Paged.js should work normally alongside Inertia.js, applying paged layouts and paginating the content.
Current behavior: When using Inertia.js for navigation, Paged.js fails to paginate the content after page transitions. It either doesn’t apply the styles or doesn’t execute correctly. This happens specifically after Inertia.js navigates between pages.
The text was updated successfully, but these errors were encountered:
Problem description: I am trying to use Inertia.js in combination with Paged.js for generating paginated PDF layouts. However, when both libraries are loaded, Paged.js is not functioning correctly. It seems like there’s an incompatibility or interference between the two libraries, which prevents Paged.js from properly paginating the content.
Expected behavior: Paged.js should work normally alongside Inertia.js, applying paged layouts and paginating the content.
Current behavior: When using Inertia.js for navigation, Paged.js fails to paginate the content after page transitions. It either doesn’t apply the styles or doesn’t execute correctly. This happens specifically after Inertia.js navigates between pages.
The text was updated successfully, but these errors were encountered: