This repository was archived by the owner on Jun 27, 2024. It is now read-only.
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Refactor Required for Inertia's Page Link Component #36
Closed
Description
Hey! Thanks for the great package.
I have detected pagination links doesn't work well on my latest JetStream and Inertia env.
Inertia changed the Link component usage with [email protected] (ref: https://inertiajs.com/releases/inertia-vue-0.7.0-2021-07-13)
inertia-link usages should be refactored as Link, and the component should be imported on here https://github.com/protonemedia/inertiajs-tables-laravel-query-builder/blob/main/js/Tailwind2/Pagination.vue#L9
Usage of the links: https://inertiajs.com/links
I wanted to fix it with a PR but I could not create a new branch due to I don't have permission
Thanks!