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: 1.0.14 ### Describe the problem: Clicking an InertiaLink with the middle mouse button opens the page in the same tab. I would expect it to...

react

### Version: - `@inertiajs/react` version: **latest** ### Describe the problem: Please see here description: [https://github.com/inertiajs/inertia/discussions/1774](https://github.com/inertiajs/inertia/discussions/1774)

react

### Version: - `@inertiajs/vue3` version: 1.0.7 ### Describe the problem: Behaviour replace not working using router.reload when query String Array Format is set as 'indices' ### Steps to reproduce: I...

### Version: - `@inertiajs/react` version: `latest` ### Describe the problem: I have a `Layout` like this: ```tsx import { Head } from '@inertiajs/react'; import type { PropsWithChildren, JSX } from...

react

### Versions: - `@inertiajs/core` version: 1.0.11 - `@inertiajs/vue3` version: 1.0.11 ### Describe the problem: When remembering a form with a password inside, the browser triggers the "Do you want to...

bug

### Version: - `@inertiajs/vue3` version: 1.0.14 ### Describe the problem: When I click on a link with a different host, a white screen is displayed and error **409 (Conflict)** is...

When the form.defaults() function is used, it doesn't update the form.isDirty(), as it is revalidated by a watcher, which is only triggered after a change in the form. I mistakenly...

When using the `useForm()` in a React component that has some heavy pure components(components using `React.memo`) as children and passing some methods returned by `useForm()` like `setData`, `clearErrors`, etc to...

Updated JS packages to fix Axios [security issue](https://github.com/advisories/GHSA-wf5p-g6vw-rhxx). This PR also closes PR https://github.com/inertiajs/inertia/pull/1723