inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Results 260 inertia issues
Sort by recently updated
recently updated
newest added

### Versions: - `@inertiajs/inertia` version: #.#.# - `@inertiajs/inertia-vue3` version: #.#.# ### Describe the problem: ### Steps to reproduce: when use useForm or Inertia i always get 409 then redirect again...

### Versions: - `@inertiajs/inertia` version: ^0.11.0 - `@inertiajs/inertia-react` version: ^0.8.0 ### Describe the problem: Link is not working. it is throwing `Uncaught (in promise) TypeError: Cannot read properties of undefined...

react

### Versions: - `@inertiajs/inertia` version: "^0.10.0" - `@inertiajs/inertia-vue3` version: "^0.5.1" ### Describe the problem: I am using inertia with laravel, and I am using inertia on the login page using...

### Versions: - `@inertiajs/inertia` version: ^0.10.0 - `@inertiajs/inertia-vue3` version: ^0.5.1 ### Describe the problem: In my code I have several conditionally rendered components and tab menu wich define the active...

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 the following error: > Actions can only be applied to DOM...

svelte

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: I've built an application, using Inertia, that's designed for use by self-hosters. In such environments, it's...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: When making consecutive calls to `setData` from the `useForm` hook, no values are set on the...

react

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: `form.defaults()` is not working. ### Steps to reproduce: In the page, I have a form like...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: while using typesript if I use ``` Inertia.[method](); ``` there is error thrown ``` TS2345: Argument...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: As long as I have previously saved the form, whenever I do a partial reload, the...