-
I use chartJS with chartjs-plugin-datalabels on a laravel inertiajs app. When I am in DEV mode there are no errors and everything works normally, after carrying out the BUILD there is a page that prod…
-
### Reporting a bug?
Hello,
I m using a vue component named "SimplePagination.vue" to manage my pagination.
Inside this one, i m using the Translation component ().
Im facing the following error…
-
Hello,
I have successfully installed the package in my InertiaJS/Vue/Typescript application and am using it.
But, after running the "npm run build" command, I get a message that there are no types f…
-
### Version:
- `@inertiajs/vue3` version: 1.0.14
### Describe the problem:
Typescript errors on createInertiaApp resolve.
### Steps to reproduce:
This will replicate in a new app (ex pnp…
-
Currently if the project has the base url `localhost/test` and we navigate to `some/sub/page` the result is a url change to `localhost/test/test/some/sub/page` in the brower by inertiajs. This url no …
-
I am using [Inertia](https://inertiajs.com/links) and [Sveltestrap](https://sveltestrap.js.org/?path=/story/components--navbar).
I am trying to add `use:inertia` to a NavLink component but I get th…
-
Implement the necessary functionality to enable support for Svelte as a frontend option
- [ ] Update Vite Config for Svelte
- [ ] Update settings as required
- [ ] Recreate components in Svelte
- [ ]…
-
With the release of Svelte 5, the way that we instantiate apps has changed, but the documentation on the website does not reflect it.
The documentation says:
https://github.com/inertiajs/inertia…
-
-
I believe there's a bug related to Node ESM in some scenarios when trying to lift the SSR server that causes the `createServer` function to be undefined.
**How to reproduce:**
Run `vite build &&…