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

### Version: - `@inertiajs/react` version: #.#.# ### Describe the problem: In firefox I am receiving the response of All Inertia requests must receive a valid Inertia response, however a plain...

react

### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: Scroll To Text Fragments, which are usually present on SERP top snippets are not working Default behavior when those snippets...

bug
help wanted
core

### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: I followed the exemple in #282. My query `?sort=client.name%2Casc` should be `?sort=client.name,asc`. This works in vue-router/nuxt using the same `qs`...

### Version: - `@inertiajs/react` version: ^1.2.0 ### Describe the problem: As described in the title I cannot send a file to the server via POST request using `useForm` helper. This...

react

The current SSR / Head implementation is imho lacking some features and it's a bit cumbersome to configure. I started experimenting with [unhead](https://unhead.unjs.io/), which is a framework-agnostic implementation and has...

### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: If you click on a link at the bottom of a page, then use any mean to go to the...

### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: In my app, I have a sticky table of content. When I click one of the anchor link, the page...

This PR adds `toggle` and `polling()` functions to the poll object. I think I need a little help with the React and Svelte side. It seems a little more intuitive...

### Version: - `@inertiajs/vue3` version: 1.0.16 ### Describe the problem: I am trying to preload an image within ` `using `

### Versions: - `@inertiajs/vue3` version: 2.0.0-beta.2 ### Describe the problem: It appears that the Link component does not react to updates of a computed any source href, computed or not...